Skip to content

Commit cd7f1e7

Browse files
committed
yarn version:lerna
1 parent fc529e9 commit cd7f1e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"precommit": "yarn build && run-p lint format",
2020
"prepush": "run-p test test:e2e",
2121
"publish:next:lerna": "lerna publish --dist-tag next --no-git-tag-version --no-push --registry=https://registry.npmjs.org # Custom example: 0.8.0-beta.1",
22+
"version:lerna": "lerna version --no-git-tag-version --no-push",
2223
"npm:update": "yarn clean:all && find . -type f -name 'package.json' -not -path './.git/*' -not -path '*/node_modules/*' -execdir npx npm-check-updates --upgrade \\; && yarn"
2324
},
2425
"workspaces": [

0 commit comments

Comments
 (0)