Skip to content

Commit

Permalink
preventing lerna breaking build when calling "npm ci" on bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
neocotic committed Nov 23, 2018
1 parent 970ef4a commit 1391071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
],
"command": {
"bootstrap": {
"ci": false,
"hoist": true,
"nohoist": "puppeteer"
}
Expand Down

0 comments on commit 1391071

Please sign in to comment.