Commit 1c57aa08 authored by Will Cory's avatar Will Cory

feat: Better clean script

parent 982a0865
......@@ -9,7 +9,7 @@
"pnpm": ">=8"
},
"scripts": {
"clean": "npx nx run-many --target=clean",
"clean": "pnpm recursive run clean; rm -rf node_modules packages/*/node_modules",
"bindings": "nx bindings @eth-optimism/contracts-bedrock",
"build": "npx nx run-many --target=build",
"test": "npx nx run-many --target=test",
......
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