Skip to content

Commit

Permalink
chore: fix lerna bootstrap on node 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Sep 9, 2018
1 parent 2ed53f7 commit 87837ce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,10 @@ node_js:
- 8
- 6

git:
depth: 1

cache:
yarn: true
directories:
- "node_modules"
7 changes: 6 additions & 1 deletion lerna.json
Expand Up @@ -4,5 +4,10 @@
"npmClient": "yarn",
"packages": [
"packages/*"
]
],
"command": {
"bootstrap": {
"npmClientArgs": ["--ignore-engines"]
}
}
}

0 comments on commit 87837ce

Please sign in to comment.