Skip to content
Prev Previous commit
Next Next commit
only test prod for webpack
  • Loading branch information
chargome committed Oct 9, 2025
commit 9ee2db2fe4c24d73d021a99e361f6113470c647b
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
{
"build-command": "pnpm test:build-canary",
"label": "nextjs-app-dir (canary, webpack opt-in)",
"assert-command": "pnpm test:prod && pnpm test:dev-webpack"
"assert-command": "pnpm test:prod"
},
{
"build-command": "pnpm test:build-latest",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
{
"build-command": "pnpm test:build-canary",
"label": "nextjs-pages-dir (canary, webpack opt-in)",
"assert-command": "pnpm test:prod && pnpm test:dev-webpack"
"assert-command": "pnpm test:prod"
},
{
"build-command": "pnpm test:build-latest",
Expand Down
Loading