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 124dfeb commit 88e98b3Copy full SHA for 88e98b3
1 file changed
dev-packages/e2e-tests/test-applications/supabase-nextjs/package.json
@@ -7,7 +7,7 @@
7
"build": "next build",
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 && supabase db reset",
+ "start-local-supabase": "supabase stop --no-backup 2>/dev/null || true && supabase init --force --workdir . && supabase start -o env && supabase db reset",
11
"test:prod": "TEST_ENV=production playwright test",
12
"test:build": "pnpm install && pnpm start-local-supabase && pnpm build",
13
"test:assert": "pnpm test:prod"
0 commit comments