Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Commit

Permalink
fix: lerna is wack
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidJFelix committed Mar 4, 2019
1 parent 1060d27 commit 5e348e4
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 @@ -9,7 +9,7 @@
"build": "lerna run build",
"test": "yarn jest --coverage",
"publish": "lerna publish from-package --force-publish --yes",
"version": "lerna version --amend --conventional-commits --github-release --yes"
"version": "lerna version --conventional-commits --force-publish --yes"
},
"workspaces": [
"packages/*"
Expand Down

0 comments on commit 5e348e4

Please sign in to comment.