Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
ci: remove workaround
Browse files Browse the repository at this point in the history
Latest bun fixed the bug.
  • Loading branch information
lishaduck committed Jan 23, 2024
1 parent a8dd11f commit 16d225e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ jobs:
run: bun install --frozen-lockfile

- name: Lint & Vite Build
# Use --bun once the next release is cut.
# Right now, bun is incorrectly parsing dotfiles.
run: bun run turbo build
run: bun --bun run turbo build

- name: Redirect 404 to Index for SPA
run: cp dist/index.html dist/404.html
Expand Down

0 comments on commit 16d225e

Please sign in to comment.