Skip to content

Commit

Permalink
Merge pull request #120 from gnosis/fix-prerelease-script
Browse files Browse the repository at this point in the history
Fix `prerelease` script
  • Loading branch information
jfschwarz authored May 2, 2023
2 parents f46f925 + f597f02 commit 092c223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"format:ts": "prettier ./sdk/**/*.ts ./test/**/*.ts ./*.ts -w",
"generate:types": "rm -rf src/types && typechain --target ethers-v5 --out-dir sdk/types './sdk/abi/*.json'",
"prepare": "yarn generate:types && yarn build",
"prerelease": "yarn clean && yarn build && yarn clean:sdk && yarn build:sdk",
"prerelease": "yarn clean && yarn build && yarn build:sdk",
"release": "yarn publish --access public",
"verify": "yarn hardhat verify --network"
},
Expand Down

0 comments on commit 092c223

Please sign in to comment.