Commit 60029563 authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #6672 from ethereum-optimism/08-09-fix_Remove_dead_script_from_bad_rebase

fix: Remove dead script from bad rebase
parents fd3a6dc1 1328dd1f
......@@ -10,7 +10,7 @@
],
"scripts": {
"bindings": "pnpm bindings:ts && pnpm bindings:go",
"bindings:ts": "pnpm generate:addresses && nx generate @eth-optimism/contracts-ts",
"bindings:ts": "nx generate @eth-optimism/contracts-ts",
"bindings:go": "cd ../../op-bindings && make",
"build": "forge build",
"prebuild": "./scripts/verify-foundry-install.sh",
......
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