Skip to content

Commit

Permalink
chore: 🤖 remove publishing from-git, let lerna decide the bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaiklor committed Apr 19, 2020
1 parent 21bb08c commit c50cde3
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 @@ -27,7 +27,7 @@
"lint": "lerna run lint",
"postinstall": "npm run bootstrap",
"precommit": "npm run lint",
"publish": "lerna publish from-git --canary --dist-tag beta --preid beta --conventional-commits --conventional-prerelease --exact --create-release github",
"publish": "lerna publish --canary --dist-tag beta --preid beta --conventional-commits --conventional-prerelease --exact --create-release github",
"test": "lerna run test",
"update": "find ./packages -name package.json -maxdepth 2 -exec dirname {} \\; | xargs -o -L 1 npm-check --save-exact --update"
},
Expand Down

0 comments on commit c50cde3

Please sign in to comment.