Skip to content

Commit

Permalink
try running CI without enlarging the heap
Browse files Browse the repository at this point in the history
  • Loading branch information
Whytecrowe committed Jun 29, 2024
1 parent 92993cc commit 747beb2
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 @@ -23,7 +23,7 @@
"test-local": "yarn test",
"posttest": "yarn mongo:stop",
"semantic-release": "semantic-release --tag-format='v${version}-dev'",
"coverage": "export NODE_OPTIONS=--max-old-space-size=4096 && hardhat coverage",
"coverage": "hardhat coverage",
"check-coverage": "istanbul check-coverage --statements 90 --branches 87 --functions 89 --lines 90",
"devnet": "ts-node src/tenderly/devnet/devnet-execute.ts",
"gas-cost": "ts-node src/utils/gas-costs.ts",
Expand Down

0 comments on commit 747beb2

Please sign in to comment.