Skip to content

Commit

Permalink
chore: add prepare-release:beta script
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Jul 7, 2023
1 parent e076f1d commit 6c4425b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@
"doc:publish": "gh-pages -m \"[ci skip] Updates\" -d build/docs",
"version": "standard-version",
"version:alpha": "standard-version --prerelease alpha",
"version:beta": "standard-version --prerelease beta",
"reset-hard": "git clean -dfx && git reset --hard && yarn",
"prepare-release": "run-s reset-hard test doc:html version doc:publish",
"prepare-release:alpha": "run-s reset-hard test version:alpha ",
"prepare-release:beta": "run-s reset-hard test version:beta ",
"typechain": "typechain --target=ethers-v5 \"abi/**/*.json\"",
"prebuild": "yarn typechain"
},
Expand Down

0 comments on commit 6c4425b

Please sign in to comment.