Skip to content

Commit

Permalink
chore: update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Oct 10, 2020
1 parent 544b06e commit b29a1db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
@@ -1,6 +1,5 @@
{
"name": "webpack-cli-monorepo",
"version": "4.0.0-beta.9",
"description": "CLI for webpack & friends",
"license": "MIT",
"private": true,
Expand Down Expand Up @@ -41,7 +40,7 @@
"test:ci": "yarn test:cli && yarn test:packages",
"test:watch": "jest test/ packages/ --watch",
"test:smoke": "smoketests/smoketests.sh",
"publish:monorepo": "yarn build && lerna version prerelease --preid rc && lerna publish from-git --canary --preid rc --dist-tag next"
"publish:monorepo": "yarn build && lerna version && lerna publish from-git"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit b29a1db

Please sign in to comment.