From 6b4796947759e2c2e37182ef833949bf58e36b03 Mon Sep 17 00:00:00 2001 From: CruzMolina <7537712+CruzMolina@users.noreply.github.com> Date: Thu, 3 Jun 2021 16:57:44 -0700 Subject: [PATCH] build: add calculate-contract-bytecode npm script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 6ec199e44..609fc9574 100644 --- a/package.json +++ b/package.json @@ -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\"",