Skip to content

Commit

Permalink
Use npm for publish command.
Browse files Browse the repository at this point in the history
  • Loading branch information
afshin committed Apr 11, 2018
1 parent 9ca4e1a commit 622fe39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -6,7 +6,7 @@
"useWorkspaces": true,
"command": {
"publish": {
"npmClientArgs": ["--non-interactive"]
"npmClient": "npm"
}
}
}

0 comments on commit 622fe39

Please sign in to comment.