Skip to content

Commit 3f9d8cb

Browse files
committed
-
1 parent 7088354 commit 3f9d8cb

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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 next@15.0.0-canary.194 && pnpm add react@19.0.0-rc-cd22717c-20241013 && pnpm add react-dom@19.0.0-rc-cd22717c-20241013 && pnpm build",
15-
"test:build-turbo": "pnpm install && pnpm add next@v15.4.2-canary.1 && next build --turbopack",
15+
"test:build-turbo": "pnpm install && pnpm add next@15.4.2-canary.1 && next build --turbopack",
1616
"test:assert": "pnpm test:prod && pnpm test:dev"
1717
},
1818
"dependencies": {

0 commit comments

Comments
 (0)