Skip to content

Commit

Permalink
feat: use bun runtime when building
Browse files Browse the repository at this point in the history
  • Loading branch information
catouberos committed Nov 7, 2023
1 parent c2587c3 commit 56c6054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: bun install --frozen-lockfile

- name: Build
run: bun run build
run: bun --bun run build

- name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: bun install --frozen-lockfile

- name: Build
run: bun run build
run: bun --bun run build

- name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@v1
Expand Down

0 comments on commit 56c6054

Please sign in to comment.