Skip to content

Commit

Permalink
chore(bbob): add publish-patch npm command (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
JiLiZART authored Jun 18, 2019
1 parent c4a88e5 commit 5291543
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"prepublishOnly": "npm run test",
"bootstrap": "lerna bootstrap",
"publish-all": "lerna run --parallel build && lerna publish --conventional-commits --registry=https://registry.npmjs.org/",
"publish-patch": "lerna run --parallel build && lerna publish --conventional-commits --cd-version patch --registry=https://registry.npmjs.org/",
"size": "lerna run --parallel bundlesize",
"test": "lerna run --parallel build && lerna run link && lerna run --parallel test && lerna run --parallel size",
"cover": "lerna run --parallel cover",
Expand Down

0 comments on commit 5291543

Please sign in to comment.