Skip to content

Commit

Permalink
fix: uncache CLI package on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
emyann committed Sep 23, 2018
1 parent 14451c0 commit 15335c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- save_cache:
paths:
- node_modules
- packages/cli
key: v1-dependencies-{{ checksum "package-lock.json" }}
test-job-10:
docker:
Expand All @@ -42,7 +41,6 @@ jobs:
- save_cache:
paths:
- node_modules
- packages/cli
key: v1-dependencies-{{ checksum "package-lock.json" }}

publish-job:
Expand Down

0 comments on commit 15335c7

Please sign in to comment.