Skip to content

Commit

Permalink
fix: lerna publish scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
JiLiZART committed May 24, 2022
1 parent daf9b02 commit 2b6e11a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -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 version patch --include-merged-tags --conventional-commits --create-release=github",
"publish-minor": "npm run build && lerna version minor --include-merged-tags --conventional-commits --create-release=github",
"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",
Expand Down

0 comments on commit 2b6e11a

Please sign in to comment.