Skip to content

Commit f9188c1

Browse files
authored
Update package.json
1 parent cde0662 commit f9188c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"clean": "shx rm -rf ./artifacts ./cache ./coverage ./src/types ./coverage.json && yarn typechain",
1414
"lint:sol": "solhint --config ./.solhint.json --max-warnings 0 \"contracts/**/*.sol\"",
1515
"lint:ts": "eslint --config ./.eslintrc.yml --ignore-path ./.eslintignore --ext .js,.ts .",
16-
"postinstall": "DOTENV_CONFIG_PATH=./.env yarn typechain",
1716
"test": "hardhat test",
1817
"typechain": "cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain"
1918
},

0 commit comments

Comments
 (0)