Skip to content

Commit 5729fb2

Browse files
committed
fix(web): build subgraphs dependency before next build
1 parent f1313d0 commit 5729fb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack",
7-
"build": "next build",
7+
"build": "bun run --filter @secondlayer/subgraphs build && next build",
88
"start": "next start",
99
"typecheck": "tsc --noEmit"
1010
},

0 commit comments

Comments
 (0)