mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-20 20:00:33 +03:00
chore(lerna): add options for commit message and publishing
This commit is contained in:
+6
-1
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"lerna": "2.11.0",
|
"lerna": "2.11.0",
|
||||||
|
"version": "2.5.4",
|
||||||
"packages": [
|
"packages": [
|
||||||
"packages/bbob-cli",
|
"packages/bbob-cli",
|
||||||
"packages/bbob-core",
|
"packages/bbob-core",
|
||||||
@@ -15,5 +16,9 @@
|
|||||||
"access": "public",
|
"access": "public",
|
||||||
"registry": "https://registry.npmjs.org/"
|
"registry": "https://registry.npmjs.org/"
|
||||||
},
|
},
|
||||||
"version": "2.5.4"
|
"command": {
|
||||||
|
"version": {
|
||||||
|
"message": "chore(release): publish %s"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+2
-2
@@ -2,8 +2,8 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"prepublishOnly": "npm run test",
|
"prepublishOnly": "npm run test",
|
||||||
"bootstrap": "lerna bootstrap",
|
"bootstrap": "lerna bootstrap",
|
||||||
"publish-all": "lerna run --parallel build && lerna publish --conventional-commits --registry=https://registry.npmjs.org/",
|
"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 --conventional-commits --cd-version patch --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/",
|
||||||
"size": "lerna run --parallel size",
|
"size": "lerna run --parallel size",
|
||||||
"bundlesize": "lerna run --parallel bundlesize",
|
"bundlesize": "lerna run --parallel bundlesize",
|
||||||
"test": "npm run build && lerna run --parallel link && lerna run --parallel test",
|
"test": "npm run build && lerna run --parallel link && lerna run --parallel test",
|
||||||
|
|||||||
Reference in New Issue
Block a user