Skip to content

Commit

Permalink
[#27] Use postbuild step, update version to v0.1.0-alpha.3 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-ap authored Jul 13, 2023
1 parent 646b9d6 commit bbf7cb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@safe-global/safe-core-protocol",
"version": "0.1.0-alpha.2",
"version": "0.1.0-alpha.3",
"description": "Safe{Core} Protocol contracts",
"main": "dist/deployments.js",
"repository": {
Expand Down Expand Up @@ -28,8 +28,8 @@
"lint": "yarn lint:sol && yarn lint:ts",
"lint:sol": "solhint 'contracts/**/*.sol'",
"lint:ts": "eslint 'test/**/*.ts' --max-warnings 0 --fix",
"typechain": "TS_NODE_TRANSPILE_ONLY=true yarn hardhat typechain",
"postinstall": "yarn typechain",
"typechain": "TS_NODE_TRANSPILE_ONLY=true hardhat typechain",
"postbuild": "yarn typechain",
"deploy": "hardhat deploy --network",
"prepack": "yarn build",
"deploy-all": "hardhat deploy-contracts --network",
Expand Down

0 comments on commit bbf7cb7

Please sign in to comment.