Skip to content

Commit

Permalink
🔧 Add script to bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wwilsman committed Jul 30, 2020
1 parent 3c49bda commit 9a01ab0
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 @@ -6,6 +6,7 @@
"scripts": {
"build": "lerna run build --stream",
"build:watch": "lerna run build --stream -- --watch",
"bump:version": "lerna version --no-git-tag-version --no-push",
"clean": "rm -rf packages/**/{dist,.nyc_output,coverage,oclif.manifest.json}",
"lint": "eslint --ignore-path .gitignore .",
"readme": "lerna run --parallel readme",
Expand Down

0 comments on commit 9a01ab0

Please sign in to comment.