Skip to content

Commit

Permalink
Merge pull request #85 from gnosis/fix-prepare-hook
Browse files Browse the repository at this point in the history
fix: failing script when adding as dependency
  • Loading branch information
samepant authored Nov 17, 2022
2 parents b9086d3 + a3da204 commit 9346614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gnosis.pm/zodiac",
"version": "2.0.0",
"version": "2.0.1",
"description": "Zodiac is a composable design philosophy and collection of standards for building DAO ecosystem tooling.",
"author": "Auryn Macmillan <[email protected]>",
"license": "LGPL-3.0+",
Expand Down Expand Up @@ -30,7 +30,7 @@
"format:sol": "prettier ./contracts/**/*.sol -w",
"format:ts": "prettier ./src/**/*.ts ./test/**/*.ts ./*.ts -w",
"generate:types": "typechain --target ethers-v5 --out-dir abi-typechain-types './src/abi/*.json'",
"postinstall": "yarn build && yarn generate:types",
"prepare": "yarn build && yarn generate:types",
"prebuild:factory": "yarn generate:types",
"prerelease": "yarn clean && yarn build && yarn clean:factory && yarn build:factory",
"release": "yarn publish --access public",
Expand Down

0 comments on commit 9346614

Please sign in to comment.