Skip to content

Commit

Permalink
chore: configured lerna to always skip git+npm without need for passi…
Browse files Browse the repository at this point in the history
…ng flags
  • Loading branch information
neocotic committed Dec 8, 2017
1 parent a5952e4 commit c82bf78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"bootstrap": {
"hoist": true,
"nohoist": "puppeteer"
},
"publish": {
"skipGit": true,
"skipNpm": true
}
},
"npmClientArgs": [
Expand Down

0 comments on commit c82bf78

Please sign in to comment.