diff --git a/package.json b/package.json index 1633718e..1b6cebf8 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "scripts": { "prepublishOnly": "npm run test", "bootstrap": "lerna bootstrap", + "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",