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

Commit 16d225e

Browse files
committed
ci: remove workaround
Latest bun fixed the bug.
1 parent a8dd11f commit 16d225e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ jobs:
4444
run: bun install --frozen-lockfile
4545

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

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

0 commit comments

Comments
 (0)