Skip to content

Commit 987bead

Browse files
committed
Use postinstall script
Use postinstall script as this should be supported by yarn.
1 parent 52d3040 commit 987bead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"test": "hardhat test",
2525
"test:system": "NODE_ENV=system-test hardhat test ./test/system/*.test.js",
2626
"prepublishOnly": "./scripts/prepare-artifacts.sh --network $npm_config_network",
27-
"prepare": "tsc -p tsconfig.export.json"
27+
"postinstall": "tsc -p tsconfig.export.json"
2828
},
2929
"devDependencies": {
3030
"@keep-network/hardhat-helpers": "^0.4.1-pre.2",

0 commit comments

Comments
 (0)