We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cacd97 commit a89ce7bCopy full SHA for a89ce7b
dev-packages/e2e-tests/test-applications/nextjs-15/package.json
@@ -10,8 +10,7 @@
10
"test:dev": "TEST_ENV=development playwright test",
11
"test:dev-turbo": "TEST_ENV=dev-turbopack playwright test",
12
"test:build": "pnpm install && pnpm build",
13
- "test:build-canary": "pnpm install && pnpm add next@canary && pnpm add react@beta && pnpm add react-dom@beta && pnpm build",
14
- "test:build-latest": "pnpm install && pnpm add next@next-15 && pnpm build",
+ "test:build-latest": "pnpm install && pnpm add next@15 && pnpm build",
15
"test:build-turbo": "pnpm install && next build --turbopack",
16
"test:assert": "pnpm test:prod && pnpm test:dev"
17
},
0 commit comments