Skip to content

Commit

Permalink
Merge pull request #72 from MailOnline/docs/add-main-readme
Browse files Browse the repository at this point in the history
chore: 🚜 use npm client when publishing
  • Loading branch information
carpasse authored Aug 3, 2018
2 parents 9ca40b7 + 29e731c commit 35faac0
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 @@ -16,7 +16,7 @@
"commitmsg": "commitlint -e $GIT_PARAMS",
"prepush": "npm test",
"test": "lerna run --stream test",
"publish-ci": "lerna publish --conventional-commits --changelog-preset mol-conventional-changelog"
"publish-ci": "lerna publish --conventional-commits --changelog-preset mol-conventional-changelog --npm-client=npm"
},
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit 35faac0

Please sign in to comment.