Skip to content

Commit

Permalink
Merge pull request #132 from AudiusProject/jowlee-update-circle-config
Browse files Browse the repository at this point in the history
Update circle ci install and remove update
  • Loading branch information
jowlee authored and michellebrier committed Oct 9, 2023
1 parent e45ca5f commit 4f67522
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/protocol-dashboard/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,14 @@ jobs:

- run: echo "//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}" > ~/.npmrc

- run:
name: update-npm
command: 'sudo npm install -g npm@latest'

# Download and cache dependencies
- restore_cache:
keys:
- dependency-cache-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found
- dependency-cache-

- run: npm install
- run: npm ci

- save_cache:
key: dependency-cache-{{ checksum "package.json" }}
Expand Down

0 comments on commit 4f67522

Please sign in to comment.