Skip to content

Commit

Permalink
fix: Disable cache
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakprp committed Sep 29, 2023
1 parent 0b26b67 commit d74ff50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- run:
name: Authenticate with registry
command: echo "//registry.npmjs.org/:_authToken=$ETHERSPOT_NPM_TOKEN" > ~/etherspot-prime-sdk/.npmrc
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
# - restore_cache:
# key: dependency-cache-{{ checksum "package.json" }}
- run:
name: Install dependencies
command: npm install
Expand All @@ -38,8 +38,8 @@ jobs:
password: $DOCKERHUB_PASSWORD
steps:
- checkout
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
# - restore_cache:
# key: dependency-cache-{{ checksum "package.json" }}
- run:
name: Authenticate with registry
command: echo "//registry.npmjs.org/:_authToken=$ETHERSPOT_NPM_TOKEN" > ~/etherspot-prime-sdk/.npmrc
Expand Down

0 comments on commit d74ff50

Please sign in to comment.