Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Commit 32cb286

Browse files
committed
fixed subgraph build
1 parent b2d43b9 commit 32cb286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/subgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"license": "UNLICENSED",
44
"scripts": {
55
"clean": "rm -rf ./generated ./build subgraph.yaml",
6-
"build": "graph build",
6+
"build:subgraph": "graph build",
77
"codegen": "graph codegen",
88
"prepare:ethereum-sepolia": "mustache config/sepolia.json subgraph.yaml.mustache > subgraph.yaml",
99
"prepare:ethereum": "mustache config/ethereum.json subgraph.yaml.mustache > subgraph.yaml",

0 commit comments

Comments
 (0)