Skip to content

Commit

Permalink
build: add calculate-contract-bytecode npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
CruzMolina committed Jun 3, 2021
1 parent d1e006c commit 1f2961f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"ganache": "ganache-cli -d --port 8545 --defaultBalanceEther 500",
"migrate": "truffle migrate",
"build": "npm run compile:contracts && npm run compile:types",
"calculate-contract-bytecode": "node scripts/calculateContractBytecode.js --contract",
"compile": "hardhat compile",
"compile:contracts": "truffle compile",
"compile:types": "typechain --target=truffle --outDir build/types/truffle-types \"build/contracts/*.json\"",
Expand Down

0 comments on commit 1f2961f

Please sign in to comment.