Commit 35e462f9 authored by Joshua Gutow's avatar Joshua Gutow Committed by GitHub

Merge pull request #4491 from ethereum-optimism/jm/fix-echidna-ci

ci: yarn clean before build with metadata
parents ba3d54bc ab7c181b
......@@ -279,7 +279,7 @@ jobs:
fi
- run:
name: Compile with metadata hash
command: yarn build:with-metadata
command: yarn clean && yarn build:with-metadata
working_directory: packages/contracts-bedrock
- persist_to_workspace:
root: .
......
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