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 4
4
"private" : true ,
5
5
"scripts" : {
6
6
"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)" ,
7
8
"clean" : " npx rimraf node_modules pnpm-lock.yaml" ,
8
9
"test:prod" : " TEST_ENV=production playwright test" ,
9
10
"test:dev" : " TEST_ENV=development playwright test" ,
10
11
"test:build" : " pnpm install && pnpm build" ,
11
12
"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 " ,
13
14
"test:build-latest" : " pnpm install && pnpm add next@latest && pnpm build" ,
14
15
"test:build-13" :
" pnpm install && pnpm add [email protected] && pnpm build" ,
15
16
"test:assert" : " pnpm test:test-build && pnpm test:prod && pnpm test:dev"
43
44
"optionalVariants" : [
44
45
{
45
46
"build-command" : " pnpm test:build-canary" ,
46
- "label" : " nextjs-app-dir (canary)"
47
+ "label" : " nextjs-app-dir (canary, webpack opt-in )"
47
48
},
48
49
{
49
50
"build-command" : " pnpm test:build-latest" ,
You can’t perform that action at this time.
0 commit comments