Skip to content

Commit e46944d

Browse files
committed
Merge branch 'bump-subnet-evm-v0.6.6' into hello-world-example
2 parents 5a7dd21 + b5c0e07 commit e46944d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"license": "BSD-3-Clause",
2929
"scripts": {
30-
"build": "rm -rf dist/ && npx hardhat compile && npx tsc -b ",
30+
"build": "rm -rf dist/ && npx hardhat compile && npx tsc -b && npx hardhat typechain",
3131
"compile": "npx hardhat compile",
3232
"console": "npx hardhat console",
3333
"test": "npx hardhat test",

0 commit comments

Comments
 (0)