Skip to content

Commit 1faf36e

Browse files
committed
fix: update QA workflow to use bun for build command
This commit modifies the `.github/workflows/qa.yml` file to replace the `bunx next typegen` command with `bun run build`, ensuring the build process aligns with the latest tooling and maintains the existing environment variables.
1 parent ea63c7e commit 1faf36e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/qa.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,6 @@ jobs:
157157
if: github.event_name == 'pull_request' || github.event_name == 'push'
158158
id: qa-tests
159159
run: |
160-
bunx next typegen
161-
bun run check-types
162160
bun run build
163161
env:
164162
NEXT_PUBLIC_POSTHOG_KEY: ${{ secrets.NEXT_PUBLIC_POSTHOG_KEY }}

0 commit comments

Comments
 (0)