We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cde0662 commit f9188c1Copy full SHA for f9188c1
package.json
@@ -13,7 +13,6 @@
13
"clean": "shx rm -rf ./artifacts ./cache ./coverage ./src/types ./coverage.json && yarn typechain",
14
"lint:sol": "solhint --config ./.solhint.json --max-warnings 0 \"contracts/**/*.sol\"",
15
"lint:ts": "eslint --config ./.eslintrc.yml --ignore-path ./.eslintignore --ext .js,.ts .",
16
- "postinstall": "DOTENV_CONFIG_PATH=./.env yarn typechain",
17
"test": "hardhat test",
18
"typechain": "cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain"
19
},
0 commit comments