Skip to content

Commit

Permalink
chore: update version script
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Oct 31, 2019
1 parent 7e33672 commit 2e652a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ $ yarn test
$ yarn changes

# Then create a new version and git tag locally. Don't push yet!
$ lerna version [version] --no-push
$ yarn ver [version]

# Take a look around and make sure everything is as you'd expect.
# You can inspect everything from the commit that lerna made with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "MODULE_FORMAT=cjs jest packages",
"build:changed": "lerna run build --parallel --since origin/master",
"build": "lerna run build --parallel",
"version": "lerna version --no-push",
"ver": "lerna version --no-push",
"changes": "dotenv lerna-changelog",
"clean": "git clean -e '!/.env' -e '!/website-deploy-key' -e '!/website-deploy-key.pub' -fdX .",
"lint": "eslint .",
Expand Down

0 comments on commit 2e652a6

Please sign in to comment.