Skip to content

Commit

Permalink
Replace npm with yarn.
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-eb committed Aug 6, 2017
1 parent 237a390 commit ad97caf
Show file tree
Hide file tree
Showing 84 changed files with 59,040 additions and 76,885 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -17,8 +17,7 @@ addons:
- g++-4.8

install:
- npm install
- npm prune
- yarn install

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -8,7 +8,7 @@ install:
- set CI=true
- npm -g install npm@latest
- set PATH=%APPDATA%\npm;%PATH%
- npm install
- yarn install

test_script:
- node --version
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"docs": "remark docs/content/**/*.md -o && cd docs && npm run build && cd .. && gh-pages -d docs/dist",
"fixlint": "eslint --fix --ignore-path .gitignore packages/**/src util",
"report": "nyc report --reporter=html",
"postinstall": "lerna bootstrap",
"postinstall": "lerna bootstrap --npm-client=\"yarn\"",
"pretest": "eslint --ignore-path .gitignore packages/**/src util",
"test": "cross-env BABEL_ENV=test nyc ava",
"ci": "nyc report --reporter=text-lcov | coveralls"
Expand Down

0 comments on commit ad97caf

Please sign in to comment.