Skip to content

Commit 3aaeb06

Browse files
author
Luca Forstner
committed
Add back dev test
1 parent f297b78 commit 3aaeb06

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test:build": "pnpm install && npx playwright install && pnpm build",
1111
"test:build-canary": "pnpm install && pnpm add next@canary && npx playwright install && pnpm build",
1212
"test:build-latest": "pnpm install && pnpm add next@latest && npx playwright install && pnpm build",
13-
"test:assert": "pnpm test:prod"
13+
"test:assert": "pnpm test:prod && pnpm test:dev"
1414
},
1515
"dependencies": {
1616
"@playwright/test": "^1.27.1",
@@ -33,7 +33,6 @@
3333
"@sentry/core": "latest || *",
3434
"@sentry/nextjs": "latest || *",
3535
"@sentry/node": "latest || *",
36-
"@sentry/node-experimental": "latest || *",
3736
"@sentry/opentelemetry": "latest || *",
3837
"@sentry/react": "latest || *",
3938
"@sentry-internal/replay": "latest || *",

0 commit comments

Comments
 (0)