Skip to content

Commit daafa4f

Browse files
authored
bundle-analyzer: make next depend on bundle-analyzer-ui through turbo (#86947)
Test Plan: `pnpm turbo build -F next` and verify `@next/bundle-analyzer-ui#build` is run, and is run before `next#build`.
1 parent 22caab8 commit daafa4f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/next/turbo.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"$schema": "https://turborepo.org/schema.json",
3+
"extends": ["//"],
4+
"tasks": {
5+
"build": {
6+
"dependsOn": ["@next/bundle-analyzer-ui#build", "^build"],
7+
"outputs": ["dist/**"]
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)