Skip to content

Commit

Permalink
Use yarn (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
poteto committed May 5, 2017
1 parent 86a7965 commit 00f0078
Show file tree
Hide file tree
Showing 2 changed files with 6,319 additions and 7 deletions.
16 changes: 9 additions & 7 deletions circle.yml
@@ -1,13 +1,15 @@
machine:
node:
version: "stable"
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"

dependencies:
pre:
- npm install -g bower
post:
- npm install
- bower install
override:
- yarn
cache_directories:
- ~/.cache/yarn

test:
override:
- npm run-script node-test
- npm test
- yarn test

0 comments on commit 00f0078

Please sign in to comment.