Skip to content

Commit 6dceb58

Browse files
author
Luca Forstner
committed
only dev
1 parent dff7004 commit 6dceb58

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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 && pnpm test:dev"
13+
"test:assert": "pnpm test:dev"
1414
},
1515
"dependencies": {
1616
"@playwright/test": "^1.27.1",

0 commit comments

Comments
 (0)