Skip to content

Commit

Permalink
Lerna publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklafrance committed Apr 4, 2019
1 parent 55df12a commit 4c4ee38
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
@@ -1,7 +1,7 @@
{
"private": true,
"scripts": {
"publish": "lerna publish --progress",
"publish": "lerna publish --progress --force-publish",
"publish:alpha": "lerna publish --npm-tag alpha --progress",
"bootstrap": "lerna bootstrap",
"test": "jest"
Expand Down

0 comments on commit 4c4ee38

Please sign in to comment.