From b5c0e077aeee49c0fce51ebbc09cccf8d0d3915b Mon Sep 17 00:00:00 2001 From: Ceyhun Onur Date: Tue, 11 Jun 2024 23:48:10 +0300 Subject: [PATCH] add typechain generate to build --- contracts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",