Skip to content

Commit 84e4538

Browse files
committed
run turbo in prod
1 parent dec2462 commit 84e4538

File tree

1 file changed

+7
-1
lines changed
  • dev-packages/e2e-tests/test-applications/nextjs-15

1 file changed

+7
-1
lines changed

dev-packages/e2e-tests/test-applications/nextjs-15/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"test:build-canary": "pnpm install && pnpm add next@canary && pnpm add react@beta && pnpm add react-dom@beta && pnpm build",
1313
"//": "15.0.0-canary.194 is the canary release attached to Next.js RC 1. We need to use the canary version instead of the RC because PPR will not work without. The specific react version is also attached to RC 1.",
1414
"test:build-latest": "pnpm install && pnpm add [email protected] && pnpm add [email protected] && pnpm add [email protected] && pnpm build",
15-
"test:assert": "pnpm test:dev-turbopack"
15+
"test:build-turbo": "pnpm install && next build --turbopack",
16+
"test:assert": "pnpm test:prod && pnpm test:dev && pnpm test:dev-turbopack"
1617
},
1718
"dependencies": {
1819
"@sentry/nextjs": "latest || *",
@@ -42,6 +43,11 @@
4243
{
4344
"build-command": "test:build-latest",
4445
"label": "nextjs-15 (latest)"
46+
},
47+
{
48+
"build-command": "test:build-turbo",
49+
"assert-command": "pnpm test:prod",
50+
"label": "nextjs-15 (turbo-prod)"
4551
}
4652
]
4753
}

0 commit comments

Comments
 (0)