Skip to content

Commit

Permalink
Merge pull request #584 from abraham/remove-lock
Browse files Browse the repository at this point in the history
Remove package-lock.json from sub packages
  • Loading branch information
abraham committed Oct 10, 2018
2 parents 9550c9a + a61f1fc commit 3b68a1e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 27,647 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,3 +3,4 @@ dist
coverage
packages/cli/tmp/
packages/cli/nutmeg-cli-latest.tgz
package-lock.json
5 changes: 5 additions & 0 deletions lerna.json
Expand Up @@ -2,5 +2,10 @@
"packages": [
"packages/*"
],
"command": {
"bootstrap": {
"npmClientArgs": ["--no-package-lock"]
}
},
"version": "0.16.0"
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "root",
"private": true,
"scripts": {
"postinstall": "lerna bootstrap",
"postinstall": "lerna bootstrap --no-ci",
"test": "lerna run test",
"release": "lerna publish"
},
Expand Down

0 comments on commit 3b68a1e

Please sign in to comment.