We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d3040 commit 987beadCopy full SHA for 987bead
package.json
@@ -24,7 +24,7 @@
24
"test": "hardhat test",
25
"test:system": "NODE_ENV=system-test hardhat test ./test/system/*.test.js",
26
"prepublishOnly": "./scripts/prepare-artifacts.sh --network $npm_config_network",
27
- "prepare": "tsc -p tsconfig.export.json"
+ "postinstall": "tsc -p tsconfig.export.json"
28
},
29
"devDependencies": {
30
"@keep-network/hardhat-helpers": "^0.4.1-pre.2",
0 commit comments