Skip to content

Commit

Permalink
fix: turbo commands
Browse files Browse the repository at this point in the history
  • Loading branch information
casperiv0 committed Jun 9, 2024
1 parent e9c8140 commit f56fa17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-builds-typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ jobs:
run: pnpm install

- name: Build packages
run: pnpm turbo run build --filter="{packages/**/**}"
run: pnpm turbo run build --filter="{packages/*}"
env:
NODE_OPTIONS: --max-old-space-size=6144

- name: Run turbo typecheck
run: pnpm turbo run typecheck

- name: Build apps
run: pnpm turbo run build --filter="{apps/**/**}"
run: pnpm turbo run build --filter="{apps/*}"
env:
NODE_OPTIONS: --max-old-space-size=6144

Expand Down

0 comments on commit f56fa17

Please sign in to comment.