Skip to content
This repository has been archived by the owner on Jul 9, 2018. It is now read-only.

Commit

Permalink
chore: add "npmClientArgs": ["--no-package-lock"] to Lerna `bootstr…
Browse files Browse the repository at this point in the history
…ap` command

See lerna/lerna#1235 (comment)
  • Loading branch information
ntwb committed Feb 22, 2018
1 parent 9b2a636 commit da3d001
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"lerna": "2.9.0",
"command": {
"bootstrap": {
"npmClientArgs": ["--no-package-lock"]
}
},
"commands": {
"publish": {
"ignore": [
Expand Down

0 comments on commit da3d001

Please sign in to comment.