Update data-loader-supabase-nextjs version and refactor e2e tests
This commit involves updating the version of @makerkit/data-loader-supabase-nextjs to ^1.0.0 across multiple components. The end-to-end tests for team-accounts have also been refactored to improve their reliability and accuracy. Additionally, a new `.env.test` file has been added for improved testing.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
"lint": "turbo lint --cache-dir=.turbo --continue -- --cache --cache-location 'node_modules/.cache/.eslintcache' && manypkg check",
|
||||
"lint:fix": "turbo lint --cache-dir=.turbo --continue -- --fix --cache --cache-location 'node_modules/.cache/.eslintcache' && manypkg fix",
|
||||
"typecheck": "turbo typecheck --cache-dir=.turbo",
|
||||
"test": "turbo test",
|
||||
"test": "turbo test --cache-dir=.turbo",
|
||||
"supabase:web:start": "pnpm --filter web supabase:start",
|
||||
"supabase:web:stop": "pnpm --filter web supabase:stop",
|
||||
"supabase:web:typegen": "pnpm --filter web supabase:typegen",
|
||||
|
||||
Reference in New Issue
Block a user