Skip to content

Commit

Permalink
Increase Memory Limits
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsmith-2019 committed Sep 24, 2024
1 parent 20a1987 commit 83ab21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wormchain/ts-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"scripts": {
"test": "jest --config jestconfig.json --verbose",
"build": "npm run genTypes && tsc",
"build": "npm run genTypes && NODE_OPTIONS=--max-old-space-size=8192 npx tsc",
"genTypes": "node src/buildHelper.cjs"
},
"repository": {
Expand Down

0 comments on commit 83ab21f

Please sign in to comment.