File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dev-packages/e2e-tests/test-applications/nextjs-turbo Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33 "version" : " 0.1.0" ,
44 "private" : true ,
55 "scripts" : {
6- "build" : " next build > .tmp_build_stdout 2> .tmp_build_stderr || (cat .tmp_build_stdout && cat .tmp_build_stderr && exit 1)" ,
6+ "build" : " next build --turbopack > .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" ,
88 "test:prod" : " TEST_ENV=production playwright test" ,
99 "test:dev" : " TEST_ENV=development playwright test" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if (!testEnv) {
77
88const config = getPlaywrightConfig (
99 {
10- startCommand : testEnv === 'development' ? 'pnpm next dev -p 3030 --turbo ' : 'pnpm next start -p 3030' ,
10+ startCommand : testEnv === 'development' ? 'pnpm next dev -p 3030 --turbopack ' : 'pnpm next start -p 3030' ,
1111 port : 3030 ,
1212 } ,
1313 {
You can’t perform that action at this time.
0 commit comments