Skip to content

Commit

Permalink
Use yarn over npm for speed (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
simeg authored and sb2nov committed May 21, 2018
1 parent 0823bdf commit cc86f3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,5 +2,5 @@ language: node_js
node_js:
- "8"
install:
- npm install
- yarn
script: gitbook install && gitbook build
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -7,7 +7,7 @@ deploy:
sh ./scripts/publish_gitbook.sh

install:
npm install && $(GITBOOK) install
yarn && $(GITBOOK) install

serve:
ifndef GITBOOK
Expand Down

0 comments on commit cc86f3d

Please sign in to comment.