Skip to content

Commit 9ee2db2

Browse files
committed
only test prod for webpack
1 parent d05629f commit 9ee2db2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev-packages/e2e-tests/test-applications/nextjs-app-dir/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
{
4747
"build-command": "pnpm test:build-canary",
4848
"label": "nextjs-app-dir (canary, webpack opt-in)",
49-
"assert-command": "pnpm test:prod && pnpm test:dev-webpack"
49+
"assert-command": "pnpm test:prod"
5050
},
5151
{
5252
"build-command": "pnpm test:build-latest",

dev-packages/e2e-tests/test-applications/nextjs-pages-dir/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
{
4747
"build-command": "pnpm test:build-canary",
4848
"label": "nextjs-pages-dir (canary, webpack opt-in)",
49-
"assert-command": "pnpm test:prod && pnpm test:dev-webpack"
49+
"assert-command": "pnpm test:prod"
5050
},
5151
{
5252
"build-command": "pnpm test:build-latest",

0 commit comments

Comments
 (0)