|
7 | 7 | "clean": "npx rimraf node_modules pnpm-lock.yaml",
|
8 | 8 | "test:prod": "TEST_ENV=production playwright test",
|
9 | 9 | "test:dev": "TEST_ENV=development playwright test",
|
10 |
| - "test:dev-turbopack": "TEST_ENV=dev-turbopack playwright test", |
| 10 | + "test:dev-turbo": "TEST_ENV=dev-turbopack playwright test", |
11 | 11 | "test:build": "pnpm install && pnpm build",
|
12 | 12 | "test:build-canary": "pnpm install && pnpm add next@canary && pnpm add react@beta && pnpm add react-dom@beta && pnpm build",
|
13 | 13 | "//": "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.",
|
14 | 14 | "test:build-latest": "pnpm install && pnpm add [email protected] && pnpm add [email protected] && pnpm add [email protected] && pnpm build",
|
15 |
| - "test:build-turbo": "pnpm install && next build --turbopack", |
16 |
| - "test:assert": "pnpm test:prod && pnpm test:dev && pnpm test:dev-turbopack" |
| 15 | + "test:build-turbo": "pnpm install && pnpm add next@latest && next build --turbopack", |
| 16 | + "test:assert": "pnpm test:prod && pnpm test:dev" |
17 | 17 | },
|
18 | 18 | "dependencies": {
|
19 | 19 | "@sentry/nextjs": "latest || *",
|
|
46 | 46 | },
|
47 | 47 | {
|
48 | 48 | "build-command": "test:build-turbo",
|
49 |
| - "assert-command": "pnpm test:prod", |
50 |
| - "label": "nextjs-15 (turbo-prod)" |
| 49 | + "assert-command": "pnpm test:prod && pnpm test:dev-turbo", |
| 50 | + "label": "nextjs-15 (turbo)" |
51 | 51 | }
|
52 | 52 | ]
|
53 | 53 | }
|
|
0 commit comments