File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -29,19 +29,19 @@ jobs:
29
29
steps :
30
30
- checkout
31
31
32
- # Download and cache dependencies
33
- - restore_cache :
34
- keys :
35
- - v1-dependencies-{{ checksum "package.json" }}
36
- # fallback to using the latest cache if no exact match is found
37
- - v1-dependencies-
32
+ # # Download and cache dependencies
33
+ # - restore_cache:
34
+ # keys:
35
+ # - v1-dependencies-{{ checksum "package.json" }}
36
+ # # fallback to using the latest cache if no exact match is found
37
+ # - v1-dependencies-
38
38
39
39
- run : npm install
40
40
41
- - save_cache :
42
- paths :
43
- - node_modules
44
- key : v1-dependencies-{{ checksum "package.json" }}
41
+ # - save_cache:
42
+ # paths:
43
+ # - node_modules
44
+ # key: v1-dependencies-{{ checksum "package.json" }}
45
45
46
46
47
47
# generate types
You can’t perform that action at this time.
0 commit comments