Skip to content

Commit 8b0ce0c

Browse files
committed
..
1 parent 8da4565 commit 8b0ce0c

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"test:prod": "TEST_ENV=production playwright test",
99
"test:dev": "TEST_ENV=development playwright test",
1010
"test:dev-turbo": "TEST_ENV=dev-turbopack playwright test",
11-
"test:build-turbssssso": "pnpm install && pnpm build",
11+
"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": "pnpm install && pnpm add next@@15.0.0-canary.194 && next build --turbopack",
15+
"test:build-turbo": "pnpm install && pnpm add next@@15.0.0-canary.194 && next build --turbopack",
1616
"test:assert": "pnpm test:prod && pnpm test:dev-turbo"
1717
},
1818
"dependencies": {

0 commit comments

Comments
 (0)