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 c8d0664 commit a8a852bCopy full SHA for a8a852b
package.json
@@ -14,8 +14,8 @@
14
"lint": "lerna run lint",
15
"build": "lerna run build",
16
"version": "lerna version --no-private --conventional-commits --create-release github --yes --exact",
17
- "publish-packages": "lerna publish from-git --yes",
18
- "version:canary": "npm run version -- --conventional-prerelease",
+ "publish-packages": "lerna publish from-git --yes --conventional-commits",
+ "version:canary": "npm run version -- --conventional-prerelease --conventional-bump-prerelease --force-git-tag",
19
"publish-packages:canary": "npm run publish-packages -- --canary",
20
"pre-commit": "lerna run pre-commit",
21
"prepare": "husky"
0 commit comments