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 6345b64 commit 483b8c4Copy full SHA for 483b8c4
package.json
@@ -4,7 +4,8 @@
4
"description": "Smart contracts for vanilladefi.com",
5
"main": "./typechain/vanilla_v1.1/index.ts",
6
"scripts": {
7
- "postinstall": "npm run compile:sol & npm run generate:typechain-wo-test",
+ "prepack": "npm run compile:sol",
8
+ "postinstall": "npm run generate:typechain-wo-test",
9
"test": "npm run generate:test-types && npx hardhat test",
10
"format:js": "eslint --fix test/ utils/ hardhat/ deploy/",
11
"format:sol": "prettier --write contracts/",
0 commit comments