Skip to content

Commit

Permalink
Merge pull request #6824 from ethereum-optimism/08-16-fix_contracts-b…
Browse files Browse the repository at this point in the history
…edrock_Fix_job_missing_node_modules

fix(contracts-bedrock): Fix job missing node_modules
  • Loading branch information
OptimismBot authored Aug 16, 2023
2 parents 293beb9 + 66186f2 commit 5877ee2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,10 @@ jobs:
- pnpm-packages-v2-{{ checksum "pnpm-lock.yaml" }}
- check-changed:
patterns: contracts-bedrock,op-node
# populate node modules from the cache
- run:
name: Install dependencies
command: pnpm install --frozen-lockfile --prefer-offline
- run:
name: build contracts
command: pnpm build
Expand Down

0 comments on commit 5877ee2

Please sign in to comment.