We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1313d0 commit 5729fb2Copy full SHA for 5729fb2
1 file changed
apps/web/package.json
@@ -4,7 +4,7 @@
4
"private": true,
5
"scripts": {
6
"dev": "next dev --turbopack",
7
- "build": "next build",
+ "build": "bun run --filter @secondlayer/subgraphs build && next build",
8
"start": "next start",
9
"typecheck": "tsc --noEmit"
10
},
0 commit comments