Skip to content

Commit

Permalink
fix circle config
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzhenn committed Aug 14, 2018
1 parent fbd4945 commit f5ac91d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -28,15 +28,15 @@ 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 tests!
- run: yarn test
- run: npm test
- run: bash <(curl -s https://codecov.io/bash)


0 comments on commit f5ac91d

Please sign in to comment.