Skip to content

Commit

Permalink
chore: move to yarn workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
AVykhrystyuk committed Apr 17, 2019
1 parent 13a816c commit c652ab2
Show file tree
Hide file tree
Showing 7 changed files with 8,360 additions and 11,763 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ language: node_js
node_js:
- 8.15.1

cache: npm
cache:
yarn: true

before_install:
- if [[ "$(npm -v)" != "$(npm v npm dist-tags.latest)" ]]; then npm i -g npm@latest; fi
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.15.2
- export PATH=$HOME/.yarn/bin:$PATH

before_script:
- npm run bootstrap
install:
- yarn install --frozen-lockfile

script:
- npm run test
- yarn test
7 changes: 3 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"packages": [
"packages/*"
],
"version": "1.0.0"
"version": "1.0.0",
"npmClient": "yarn",
"useWorkspaces": true
}
Loading

0 comments on commit c652ab2

Please sign in to comment.