chore: fix env variables (#1204)

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Ralph Khreish
2025-09-13 01:34:50 +02:00
committed by GitHub
parent 83af314879
commit 799d1d2cce
9 changed files with 84 additions and 51 deletions

View File

@@ -61,7 +61,7 @@ jobs:
timeout-minutes: 5
- name: Typecheck
run: npm run typecheck
run: npm run turbo:typecheck
env:
FORCE_COLOR: 1
@@ -84,7 +84,7 @@ jobs:
timeout-minutes: 5
- name: Build
run: npm run build
run: npm run turbo:build
env:
NODE_ENV: production
FORCE_COLOR: 1