Commit 5877ee24 authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #6824 from...

Merge pull request #6824 from ethereum-optimism/08-16-fix_contracts-bedrock_Fix_job_missing_node_modules

fix(contracts-bedrock): Fix job missing node_modules
parents 293beb99 66186f2c
...@@ -375,6 +375,10 @@ jobs: ...@@ -375,6 +375,10 @@ jobs:
- pnpm-packages-v2-{{ checksum "pnpm-lock.yaml" }} - pnpm-packages-v2-{{ checksum "pnpm-lock.yaml" }}
- check-changed: - check-changed:
patterns: contracts-bedrock,op-node patterns: contracts-bedrock,op-node
# populate node modules from the cache
- run:
name: Install dependencies
command: pnpm install --frozen-lockfile --prefer-offline
- run: - run:
name: build contracts name: build contracts
command: pnpm build command: pnpm build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment