Skip to content

Commit a38eed1

Browse files
committed
test(nextjs): Skip webpack dev test for next 16
1 parent b7a340a commit a38eed1

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/e2e-tests/test-applications/nextjs-16

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test:build-canary": "pnpm install && pnpm add next@canary && pnpm build",
1919
"test:build-canary-webpack": "pnpm install && pnpm add next@canary && pnpm build-webpack",
2020
"test:assert": "pnpm test:prod && pnpm test:dev",
21-
"test:assert-webpack": "pnpm test:prod && pnpm test:dev-webpack"
21+
"test:assert-webpack": "pnpm test:prod"
2222
},
2323
"dependencies": {
2424
"@sentry/nextjs": "latest || *",

0 commit comments

Comments
 (0)