diff --git a/contracts/package.json b/contracts/package.json index dd91a51..678be0e 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -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",