Skip to content

Commit

Permalink
Remove fallback npm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow committed Aug 15, 2019
1 parent edeedfa commit f00bb04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ commands:
- restore_cache:
keys:
- npmcache-{{ checksum "package.json" }}
- npmcache-
- run: npm install
- save_cache:
paths:
Expand Down

0 comments on commit f00bb04

Please sign in to comment.