File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
dev-packages/e2e-tests/test-applications/nextjs-15 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 "scripts" : {
66 "build" : " next build > .tmp_build_stdout 2> .tmp_build_stderr || (cat .tmp_build_stdout && cat .tmp_build_stderr && exit 1)" ,
77 "clean" : " npx rimraf node_modules pnpm-lock.yaml" ,
8- "test:prod" : " TEST_ENV=production __NEXT_EXPERIMENTAL_INSTRUMENTATION=1 playwright test" ,
9- "test:dev" : " TEST_ENV=development __NEXT_EXPERIMENTAL_INSTRUMENTATION=1 playwright test" ,
8+ "test:prod" : " TEST_ENV=production playwright test" ,
9+ "test:dev" : " TEST_ENV=development playwright test" ,
1010 "test:build" : " pnpm install && npx playwright install && pnpm build" ,
1111 "test:build-canary" : " pnpm install && pnpm add next@canary && pnpm add react@beta && pnpm add react-dom@beta && npx playwright install && pnpm build" ,
1212 "test:build-latest" : " pnpm install && pnpm add next@rc && pnpm add react@beta && pnpm add react-dom@beta && npx playwright install && pnpm build" ,
1717 "@types/node" : " 18.11.17" ,
1818 "@types/react" : " 18.0.26" ,
1919 "@types/react-dom" : " 18.0.9" ,
20- "next" : " 15.0.0-canary.63 " ,
20+ "next" : " 15.0.0-canary.77 " ,
2121 "react" : " beta" ,
2222 "react-dom" : " beta" ,
2323 "typescript" : " 4.9.5"
You can’t perform that action at this time.
0 commit comments