Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 13f617a

Browse files
fhinkelkjin
authored andcommitted
fix: delete cache as it is not working anyways (#864)
1 parent b4583e2 commit 13f617a

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
# Constant values.
33

4-
node_modules_cache_key: &node_modules_cache_key node-modules-cache-{{ .Environment.CIRCLE_JOB }}-{{ arch }}-{{ checksum "package.json" }}-{{ checksum "package-lock.json" }}
54
test_fixtures_cache_key: &test_fixtures_cache_key test-fixtures-cache-{{ .Environment.CIRCLE_JOB }}-{{ arch }}-{{ checksum "test/fixtures/plugin-fixtures.json" }}
65
plugin_types_cache_key: &plugin_types_cache_key plugin-types-cache-{{ .Environment.CIRCLE_JOB }}-{{ arch }}-{{ checksum "src/plugins/types/index.d.ts" }}
76
release_tags: &release_tags
@@ -16,17 +15,11 @@ unit_tests: &unit_tests
1615
- run:
1716
name: Configure npm to allow running scripts as root
1817
command: npm config set unsafe-perm true
19-
- restore_cache:
20-
key: *node_modules_cache_key
2118
- restore_cache:
2219
key: *plugin_types_cache_key
2320
- run:
2421
name: Install modules and dependencies
2522
command: npm install
26-
- save_cache:
27-
key: *node_modules_cache_key
28-
paths:
29-
- node_modules
3023
- save_cache:
3124
key: *plugin_types_cache_key
3225
paths:

0 commit comments

Comments
 (0)