Skip to content

Commit

Permalink
chore(lerna): use npm client to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Aug 13, 2018
1 parent 4c2a5c4 commit b4c67be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ __fixtures_build__
__fixtures__
CHANGELOG.md
package.json
lerna.json
lib/
7 changes: 6 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@
],
"version": "2.1.1",
"npmClient": "yarn",
"useWorkspaces": true
"useWorkspaces": true,
"command": {
"publish": {
"npmClient": "npm"
}
}
}

0 comments on commit b4c67be

Please sign in to comment.