mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-17 19:21:20 +03:00
chore(release): publish v2.8.1 (#139)
* fix: lerna issue and publish patch * fix: lerna publish scripts * chore(release): bump version to v2.8.1
This commit is contained in:
+2
-2
@@ -5,8 +5,8 @@
|
||||
"publish-ci": "npm run build && lerna publish from-package --yes --include-merged-tags --conventional-commits",
|
||||
"publish-from-packages": "npm run build && lerna publish from-package --yes --include-merged-tags --conventional-commits --create-release github --skip-npm",
|
||||
"publish-all": "npm run build && lerna publish --include-merged-tags --conventional-commits --create-release github --skip-npm",
|
||||
"publish-patch": "npm run build && lerna publish --include-merged-tags --conventional-commits --create-release github --cd-version patch --skip-npm",
|
||||
"publish-minor": "npm run build && lerna publish --include-merged-tags --conventional-commits --create-release github --cd-version minor --skip-npm",
|
||||
"publish-patch": "npm run build && lerna version patch --include-merged-tags --conventional-commits --no-git-tag-version --no-private",
|
||||
"publish-minor": "npm run build && lerna version minor --include-merged-tags --conventional-commits --no-git-tag-version --no-private",
|
||||
"size": "lerna run --parallel size",
|
||||
"bundlesize": "lerna run --parallel bundlesize",
|
||||
"test": "npm run build && lerna run --parallel link && lerna run --parallel test",
|
||||
|
||||
Reference in New Issue
Block a user