This repository was archived by the owner on Jan 21, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" }}
54test_fixtures_cache_key : &test_fixtures_cache_key test-fixtures-cache-{{ .Environment.CIRCLE_JOB }}-{{ arch }}-{{ checksum "test/fixtures/plugin-fixtures.json" }}
65plugin_types_cache_key : &plugin_types_cache_key plugin-types-cache-{{ .Environment.CIRCLE_JOB }}-{{ arch }}-{{ checksum "src/plugins/types/index.d.ts" }}
76release_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 :
You can’t perform that action at this time.
0 commit comments