Skip to content

Commit

Permalink
remore -p flag from release
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 1, 2018
1 parent 2099e64 commit 9a4496b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"lerna": "lerna",
"bootstrap": "lerna bootstrap",
"lint": "eslint --ext .js packages",
"release": "lerna publish -p --conventional-commits",
"release": "lerna publish --conventional-commits",
"force-release": "for p in packages/*; do cd $p ; npm publish ; cd ../.. ; done"
},
"workspaces": [
Expand Down

0 comments on commit 9a4496b

Please sign in to comment.