Skip to content

Commit 77fb572

Browse files
sebastianstmds1
andauthored
op-e2e: Add forge clean to README.md troubleshooting section (ethereum-optimism#11471)
* op-e2e: Add forge clean to README.md troubleshooting section * Update op-e2e/README.md Co-authored-by: Matt Solomon <[email protected]> --------- Co-authored-by: Matt Solomon <[email protected]>
1 parent fabf7cb commit 77fb572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

op-e2e/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ make test-http
3131
If you encounter errors:
3232
* ensure you have the latest version of foundry installed: `just update-foundry`
3333
* try deleting the `packages/contracts-bedrock/forge-artifacts` directory
34-
* if the above step doesn't fix the error, try `pnpm clean`
34+
* try `forge clean && rm -rf lib && forge install` within the `packages/contracts-bedrock` directory

0 commit comments

Comments
 (0)