Skip to content

Commit

Permalink
yarn version:lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrotoff committed Oct 22, 2020
1 parent fc529e9 commit cd7f1e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"precommit": "yarn build && run-p lint format",
"prepush": "run-p test test:e2e",
"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",
"version:lerna": "lerna version --no-git-tag-version --no-push",
"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"
},
"workspaces": [
Expand Down

0 comments on commit cd7f1e7

Please sign in to comment.