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 6327ce5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:

- name: Install bun
uses: oven-sh/setup-bun@9b21598af8d4dfc302e5a30250007de0fda92acc # v1.1.0
with:
bun-version: 1.0.25

- name: Cache
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
Expand All @@ -44,9 +46,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 6327ce5

Please sign in to comment.