Skip to content

Commit 3113e31

Browse files
committed
fix: CircleCI build
1 parent df32f1e commit 3113e31

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515

1616
- restore_cache:
1717
keys:
18-
- v1-dependencies-{{ checksum "package.json" }}
19-
# fallback to using the latest cache if no exact match is found
18+
- v1-dependencies-{{ checksum "package.json" }}
2019
- v1-dependencies-
2120

2221
- run: npm install

0 commit comments

Comments
 (0)