Skip to content

Commit 8dfb8d4

Browse files
committed
run turbo tests on latest version
1 parent 02a845c commit 8dfb8d4

File tree

1 file changed

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

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"clean": "npx rimraf node_modules pnpm-lock.yaml",
88
"test:prod": "TEST_ENV=production playwright test",
99
"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",
1111
"test:build": "pnpm install && pnpm build",
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: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"
1717
},
1818
"dependencies": {
1919
"@sentry/nextjs": "latest || *",
@@ -46,8 +46,8 @@
4646
},
4747
{
4848
"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)"
5151
}
5252
]
5353
}

0 commit comments

Comments
 (0)