Skip to content

Commit fddc7b1

Browse files
committed
Remove test-debug mode
1 parent 4ba5196 commit fddc7b1

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "next start",
99
"clean": "npx rimraf node_modules pnpm-lock.yaml .next",
1010
"start-local-supabase": "supabase init --force --workdir . && supabase start -o env",
11-
"test:prod": "TEST_ENV=production playwright test --ui",
11+
"test:prod": "TEST_ENV=production playwright test",
1212
"test:build": "pnpm install && pnpm start-local-supabase && pnpm build",
1313
"test:assert": "pnpm test:prod"
1414
},

0 commit comments

Comments
 (0)