Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit 1fc07de

Browse files
committed
fix circle.yml
1 parent 534f7b7 commit 1fc07de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ references:
1010
restore_npm_cache: &restore_npm_cache
1111
restore_cache:
1212
keys:
13-
- v1-npm-{{ checksum "package-lock.json" }}
13+
- v1-npm-{{ checksum "package.json" }}
1414
- v1-npm
1515

1616
jobs:

0 commit comments

Comments
 (0)