Skip to content

Commit

Permalink
Stop lerna generating package lock files in packages (nearform#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joezo committed Mar 5, 2019
1 parent 6e81359 commit a5edc2e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"packages": ["packages/*"],
"version": "independent"
"version": "independent",
"command": {
"bootstrap": {
"npmClientArgs": ["--no-package-lock"]
}
}
}

0 comments on commit a5edc2e

Please sign in to comment.