Skip to content

Commit

Permalink
chore: 🚜 use npm client when publishing
Browse files Browse the repository at this point in the history
... This is quite annoying but the publish with yarn fails because it
tries to prompt the user event if lerna provides a version. Not clear
how to solve this in travis env. Found this issue
yarnpkg/yarn#2591 and it seems to be an issue
with the environment. Whaterver the case using npm should fix the
problem. I hope
  • Loading branch information
carpasse committed Aug 3, 2018
1 parent e82064e commit 29e731c
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 29e731c

Please sign in to comment.