mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-24 14:04:06 +03:00
chore: add publish-from-packages command
This commit is contained in:
+3
-2
@@ -2,8 +2,9 @@
|
||||
"scripts": {
|
||||
"prepublishOnly": "npm run test",
|
||||
"bootstrap": "lerna bootstrap",
|
||||
"publish-all": "lerna run --parallel build && lerna publish --include-merged-tags --conventional-commits --create-release github --registry=https://registry.npmjs.org/",
|
||||
"publish-patch": "lerna run --parallel build && lerna publish --include-merged-tags --conventional-commits --create-release github --cd-version patch --registry=https://registry.npmjs.org/",
|
||||
"publish-from-packages": "npm run build && lerna publish from-package --yes --include-merged-tags --conventional-commits --create-release github --registry=https://registry.npmjs.org/",
|
||||
"publish-all": "npm run build && lerna publish --include-merged-tags --conventional-commits --create-release github --registry=https://registry.npmjs.org/",
|
||||
"publish-patch": "npm run build && lerna publish --include-merged-tags --conventional-commits --create-release github --cd-version patch --registry=https://registry.npmjs.org/",
|
||||
"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