Skip to content

Commit c202d26

Browse files
author
DvirDukhan
authored
Update config.yml (#64)
1 parent 373727b commit c202d26

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.circleci/config.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)