Skip to content

Commit

Permalink
fix circle ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
hashijun committed Aug 30, 2018
1 parent 59e9862 commit 02802a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
# fallback to using the latest cache if no exact match is found
- v1-dependencies-

- run: yarn install
- run: npm install
- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
- run: yarn test
- run: npm test

0 comments on commit 02802a5

Please sign in to comment.