Skip to content

Commit 5a7dd21

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

contracts/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@
2727
},
2828
"license": "BSD-3-Clause",
2929
"scripts": {
30-
"build": "rm -rf dist/ && npx hardhat compile && tsc -b ",
30+
"build": "rm -rf dist/ && npx hardhat compile && npx tsc -b ",
3131
"compile": "npx hardhat compile",
3232
"console": "npx hardhat console",
3333
"test": "npx hardhat test",
34-
"lint": "prettier --list-different 'contracts/**/*.sol'"
34+
"lint": "prettier --list-different 'contracts/**/*.sol'",
35+
"release:prepare": "rm -rf ./node_modules && npm install && npm run build"
3536
},
3637
"dependencies": {
3738
"@openzeppelin/contracts": "^4.9.6"

0 commit comments

Comments
 (0)