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 3565b83 commit ef6920dCopy full SHA for ef6920d
dev-packages/e2e-tests/test-applications/nextjs-14/package.json
@@ -9,7 +9,7 @@
9
"test:dev": "TEST_ENV=development playwright test",
10
"test:build": "pnpm install && pnpm build",
11
"test:build-canary": "pnpm install && pnpm add next@~14.3.0-canary.0 && pnpm add react@beta && pnpm add react-dom@beta && pnpm build",
12
- "test:build-latest": "pnpm install && pnpm add next@latest && pnpm build",
+ "test:build-latest": "pnpm install && pnpm add next@next-14 && pnpm build",
13
"test:assert": "pnpm test:prod && pnpm test:dev"
14
},
15
"dependencies": {
0 commit comments