We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba5196 commit fddc7b1Copy full SHA for fddc7b1
dev-packages/e2e-tests/test-applications/supabase-nextjs/package.json
@@ -8,7 +8,7 @@
8
"start": "next start",
9
"clean": "npx rimraf node_modules pnpm-lock.yaml .next",
10
"start-local-supabase": "supabase init --force --workdir . && supabase start -o env",
11
- "test:prod": "TEST_ENV=production playwright test --ui",
+ "test:prod": "TEST_ENV=production playwright test",
12
"test:build": "pnpm install && pnpm start-local-supabase && pnpm build",
13
"test:assert": "pnpm test:prod"
14
},
0 commit comments