diff --git a/contracts/package.json b/contracts/package.json index 4391178..d2fba4d 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -4,7 +4,7 @@ "description": "Zk app smart contracts", "private": true, "scripts": { - "postinstall": "#yarn build", + "postinstall": "yarn build", "test": "hardhat test", "build": "hardhat compile && tsc -p tsconfig.build.json", "hardhat": "hardhat",