File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
dev-packages/e2e-tests/test-applications/nextjs-app-dir Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 44 "private" : true ,
55 "scripts" : {
66 "build" : " next build > .tmp_build_stdout 2> .tmp_build_stderr || (cat .tmp_build_stdout && cat .tmp_build_stderr && exit 1)" ,
7+ "build:webpack" : " next build --webpack > .tmp_build_stdout 2> .tmp_build_stderr || (cat .tmp_build_stdout && cat .tmp_build_stderr && exit 1)" ,
78 "clean" : " npx rimraf node_modules pnpm-lock.yaml" ,
89 "test:prod" : " TEST_ENV=production playwright test" ,
910 "test:dev" : " TEST_ENV=development playwright test" ,
1011 "test:build" : " pnpm install && pnpm build" ,
1112 "test:test-build" : " pnpm ts-node --script-mode assert-build.ts" ,
12- "test:build-canary" : " pnpm install && pnpm add next@canary && pnpm add react@beta && pnpm add react-dom@beta && pnpm build" ,
13+ "test:build-canary" : " pnpm install && pnpm add next@canary && pnpm add react@latest && pnpm add react-dom@latest && pnpm build:webpack " ,
1314 "test:build-latest" : " pnpm install && pnpm add next@latest && pnpm build" ,
1415 "test:build-13" :
" pnpm install && pnpm add [email protected] && pnpm build" ,
1516 "test:assert" : " pnpm test:test-build && pnpm test:prod && pnpm test:dev"
4344 "optionalVariants" : [
4445 {
4546 "build-command" : " pnpm test:build-canary" ,
46- "label" : " nextjs-app-dir (canary)"
47+ "label" : " nextjs-app-dir (canary, webpack opt-in )"
4748 },
4849 {
4950 "build-command" : " pnpm test:build-latest" ,
You can’t perform that action at this time.
0 commit comments