This commit is contained in:
Stephen Zhou 2025-01-16 20:44:38 +08:00
parent fb531b1c9d
commit a7e5a0468a
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ jobs:
run: pnpm install
- name: Format, Lint and Typecheck
run: |
export NODE_OPTIONS="--max_old_space_size=16384"
npm exec turbo run format:check typecheck lint
- name: Run test
run: npm exec turbo run test