From 805e6efd88dc1b85d5dff26185e2b209cdf7e0a1 Mon Sep 17 00:00:00 2001 From: Eli <88557639+lishaduck@users.noreply.github.com> Date: Fri, 19 Jan 2024 10:52:38 -0600 Subject: [PATCH] ci: temp fix Also removes a related yet outdated section of the README. --- .github/workflows/deploy.yaml | 4 +++- README.md | 4 ---- 2 files changed, 3 insertions(+), 5 deletions(-) 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`.