Skip to content

Commit 5bb2403

Browse files
committed
test ...and on it goes ...
1 parent ed9f31d commit 5bb2403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- save_cache:
3333
paths:
3434
- ~/cache
35-
key: v1-dependencies-{{ checksum "package.json" }}
35+
key: v1-dependencies-{{.Branch}}-{{ checksum "package.json" }}
3636

3737
# run tests!
3838
- run: yarn build

0 commit comments

Comments
 (0)