Skip to content

Commit

Permalink
add typechain generate to build
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyonur committed Jun 11, 2024
1 parent 99f81a6 commit b5c0e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"license": "BSD-3-Clause",
"scripts": {
"build": "rm -rf dist/ && npx hardhat compile && npx tsc -b ",
"build": "rm -rf dist/ && npx hardhat compile && npx tsc -b && npx hardhat typechain",
"compile": "npx hardhat compile",
"console": "npx hardhat console",
"test": "npx hardhat test",
Expand Down

0 comments on commit b5c0e07

Please sign in to comment.