diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 8562ac0..de2be2d 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -44,7 +44,9 @@ jobs: run: bun install --frozen-lockfile - name: Lint & Vite Build - run: bun --bun run turbo build + # Use --bun once the next release is cut. + # Right now, bun is incorrectly parsing dotfiles. + run: bun run turbo build - name: Redirect 404 to Index for SPA run: cp dist/index.html dist/404.html diff --git a/README.md b/README.md index 9ab4dda..7efa1ad 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,3 @@ The source code used to be available at [PSDTools/PHS-Map-old](https://github.co - Parker Hasenkamp ([**@ParkerH27**](https://github.com/ParkerH27)) - Ethan A ([**@EthanA1**](https://github.com/EthanA1)) - Eli D ([**@lishaduck**](https://github.com/lishaduck)) - -## Compiling - -So I don't forget: `bun --bun run turbo build`.