Skip to content

Commit

Permalink
WIP: list dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ezdac committed Oct 23, 2024
1 parent 876c366 commit 4035ca2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1144,7 +1144,9 @@ jobs:
- run:
working_directory: op-e2e/celo
name: install dependencies
command: npm install
command: |
npm install
npm list
# save any changes to the cache
- save_cache:
key: v1-celo-deps-{{ checksum "op-e2e/celo/package-lock.json" }}
Expand Down

0 comments on commit 4035ca2

Please sign in to comment.