Skip to content

Commit

Permalink
🔨 scripts: use prepare instead of postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Mar 5, 2024
1 parent 523100c commit b14aaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prepare:ethereum": "cross-env NETWORK=ethereum mustache views/protocol.js subgraph.template.yaml > subgraph.yaml",
"prepare:optimism": "cross-env NETWORK=optimism mustache views/protocol.js subgraph.template.yaml > subgraph.yaml",
"prepare:op-sepolia": "cross-env NETWORK=op-sepolia mustache views/protocol.js subgraph.template.yaml > subgraph.yaml",
"postinstall": "bun prepare:op-sepolia && bun codegen"
"prepare": "bun prepare:op-sepolia && bun codegen"
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit b14aaa9

Please sign in to comment.