Skip to content

Commit

Permalink
reduce memory requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
arr00 committed Dec 17, 2024
1 parent e1a5a40 commit dcf5623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"compile": "hardhat compile",
"compile:harnesses": "env SRC=./certora/harnesses hardhat compile",
"coverage": "NODE_OPTIONS=\"--max-old-space-size=8192\" scripts/checks/coverage.sh",
"coverage": "NODE_OPTIONS=\"--max-old-space-size=4096\" scripts/checks/coverage.sh",
"docs": "npm run prepare-docs && oz-docs",
"docs:watch": "oz-docs watch contracts docs/templates docs/config.js",
"prepare": "husky",
Expand All @@ -25,7 +25,7 @@
"prepack": "scripts/prepack.sh",
"generate": "scripts/generate/run.js",
"version": "scripts/release/version.sh",
"test": "NODE_OPTIONS=\"--max-old-space-size=8192\" hardhat test",
"test": "hardhat test",
"test:generation": "scripts/checks/generation.sh",
"test:inheritance": "scripts/checks/inheritance-ordering.js artifacts/build-info/*",
"test:pragma": "scripts/checks/pragma-consistency.js artifacts/build-info/*",
Expand Down

0 comments on commit dcf5623

Please sign in to comment.