Skip to content

Commit

Permalink
do not commit version (via #118)
Browse files Browse the repository at this point in the history
  • Loading branch information
sseliverstov authored Mar 12, 2020
1 parent 64cde8e commit 6a8b757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build": "npm run clean && npm run link && lerna run build --stream",
"test": "npm run build && npm run run-test",
"clean": "lerna run clean",
"version": "lerna version --no-git-tag-version --no-changelog --yes",
"version": "lerna version --no-git-tag-version --no-changelog --no-push --yes",
"release": "lerna publish from-package --yes",
"lint": "lerna run lint",
"lint-fix": "lerna run lint-fix",
Expand Down

0 comments on commit 6a8b757

Please sign in to comment.