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:
2929 steps :
3030 - checkout
3131
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-
3838
3939 - run : npm install
4040
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" }}
4545
4646
4747 # generate types
You can’t perform that action at this time.
0 commit comments