Skip to content

Commit

Permalink
Merge pull request #48484 from software-mansion-labs/ts/typecheck-mem…
Browse files Browse the repository at this point in the history
…ory-increase

[No QA] Allocate more memory for typecheck
  • Loading branch information
thienlnam authored Sep 3, 2024
2 parents 1d8e12c + 3757af9 commit fbf54ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"android-build-e2e": "bundle exec fastlane android build_e2e",
"android-build-e2edelta": "bundle exec fastlane android build_e2edelta",
"test": "TZ=utc NODE_OPTIONS=--experimental-vm-modules jest",
"typecheck": "tsc",
"typecheck": "NODE_OPTIONS=--max_old_space_size=8192 tsc",
"lint": "NODE_OPTIONS=--max_old_space_size=8192 eslint . --max-warnings=0 --cache --cache-location=node_modules/.cache/eslint",
"lint-changed": "eslint --fix $(git diff --diff-filter=AM --name-only main -- \"*.js\" \"*.ts\" \"*.tsx\")",
"lint-watch": "npx eslint-watch --watch --changed",
Expand Down

0 comments on commit fbf54ea

Please sign in to comment.