Skip to content

Commit d85b4f3

Browse files
committed
fix: circle ci cache saving
1 parent 5a41230 commit d85b4f3

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- save_cache:
4646
paths:
4747
- ./node_modules
48-
key: strapi-plugin-table-field-1746548904-{{ checksum "package.json.lock" }}
48+
key: strapi-plugin-table-field-1746548904-{{ checksum "package.json" }}
4949
- persist_to_workspace:
5050
root: ~/repo
5151
paths: .

public/image-1.png

-236 KB
Binary file not shown.

public/image-2.png

-136 KB
Binary file not shown.

0 commit comments

Comments
 (0)