Commit ab7c181b authored by Maurelian's avatar Maurelian

ci: yarn clean before build with metadata

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