We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d59222f commit 115b425Copy full SHA for 115b425
package.json
@@ -22,9 +22,7 @@
22
"packages:list": "lerna ls -l",
23
"packages:changed": "lerna changed",
24
"packages:build": "lerna run --stream --sort build",
25
- "publish": "yarn run lib:build && lerna publish",
26
- "autoPublish": "lerna publish --conventional-commits --yes",
27
- "version": "lerna version --conventional-commits --yes"
+ "publish": "yarn run lib:build && lerna publish"
28
},
29
"config": {
30
"commitizen": {
0 commit comments