Skip to content

Commit

Permalink
# cache
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpochin committed Apr 5, 2023
1 parent 0fa61e6 commit 121c012
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
- node/install-packages:
pkg-manager: npm
app-dir: backend
- restore_cache:
key: dependency-cache-{{ checksum "backend/package-lock.json" }}
# - restore_cache:
# key: dependency-cache-{{ checksum "backend/package-lock.json" }}
- run:
name: Install dependencies
command: |
Expand All @@ -78,10 +78,10 @@ jobs:
name: Send coverage data to Coveralls
command: |
yarn --cwd backend coverage
- save_cache:
key: dependency-cache-{{ checksum "backend/package-lock.json" }}
paths:
- ./backend/node_modules
# - save_cache:
# key: dependency-cache-{{ checksum "backend/package-lock.json" }}
# paths:
# - ./backend/node_modules
- store_artifacts:
path: |
backend/build
Expand Down

0 comments on commit 121c012

Please sign in to comment.