Skip to content

Commit

Permalink
fix: 解决ci下缓存不生效bug
Browse files Browse the repository at this point in the history
  • Loading branch information
any86 committed Apr 23, 2019
1 parent 56d389a commit a09ef72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- save_cache:
paths:
- node_modules
key: dependencies-{{ .Branch }}-{{ checksum "yarn.lock"}}
key: dependencies-{{ .Branch }}-{{ checksum "yarn.lock" }}

# run tests!
- run: yarn test --runInBand
Expand Down

0 comments on commit a09ef72

Please sign in to comment.