Skip to content

Commit e1dd61f

Browse files
authored
Merge pull request #292 from smalruby/fix-circleci-npm-cacheing
chore: use scratch-vm's package-lock.json for cacheing
2 parents 37be1d2 + 59e4b29 commit e1dd61f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ aliases:
3232
save_cache:
3333
paths:
3434
- node_modules
35-
key: v3-npm-{{ checksum "package-lock.json" }}
35+
key: v3-npm-{{ checksum "package-lock.json" }}-1
3636
- &restore_npm_cache
3737
restore_cache:
3838
keys:
39-
- v3-npm-{{ checksum "package-lock.json" }}
39+
- v3-npm-{{ checksum "package-lock.json" }}-1
4040
- v3-npm-
4141
- &defaults
4242
docker:

0 commit comments

Comments
 (0)