Skip to content

Commit 6b47969

Browse files
committed
build: add calculate-contract-bytecode npm script
1 parent 7078ab9 commit 6b47969

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"ganache": "ganache-cli -d --port 8545 --defaultBalanceEther 500",
2626
"migrate": "truffle migrate",
2727
"build": "npm run compile:contracts && npm run compile:types",
28+
"calculate-contract-bytecode": "node scripts/calculateContractBytecode.js --contract",
2829
"compile": "hardhat compile",
2930
"compile:contracts": "truffle compile",
3031
"compile:types": "typechain --target=truffle --outDir build/types/truffle-types \"build/contracts/*.json\"",

0 commit comments

Comments
 (0)