Skip to content

Commit

Permalink
Replace npm by yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
smialy committed May 2, 2018
1 parent 04d2f23 commit 1945c12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: node_js
node_js:
- "9"
cache:
yarn: true
directories:
- node_modules

Expand Down
6 changes: 5 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
"packages": [
"packages/*"
],
"version": "independent"
"version": "independent",
"npmClient": "yarn",
"npmClientArgs": [
"--no-lockfile"
]
}

0 comments on commit 1945c12

Please sign in to comment.