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.
2 parents 5a7dd21 + b5c0e07 commit e46944dCopy full SHA for e46944d
contracts/package.json
@@ -27,7 +27,7 @@
27
},
28
"license": "BSD-3-Clause",
29
"scripts": {
30
- "build": "rm -rf dist/ && npx hardhat compile && npx tsc -b ",
+ "build": "rm -rf dist/ && npx hardhat compile && npx tsc -b && npx hardhat typechain",
31
"compile": "npx hardhat compile",
32
"console": "npx hardhat console",
33
"test": "npx hardhat test",
0 commit comments