Unit Tests
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m1s
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m1s
This commit is contained in:
@@ -7,7 +7,9 @@
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"migrate": "node scripts/applyMigrations.js",
|
||||
"migrate": "node --env-file=.env scripts/applyMigrations.js",
|
||||
"migrate:status": "node --env-file=.env scripts/applyMigrations.js --status",
|
||||
"migrate:rollback": "node --env-file=.env scripts/applyMigrations.js --rollback",
|
||||
"send-finalization-reminders": "node scripts/sendFinalizationReminders.js",
|
||||
"test": "vitest run"
|
||||
},
|
||||
@@ -29,6 +31,7 @@
|
||||
"@vitejs/plugin-react": "^4.3.1",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"postcss": "^8.4.47",
|
||||
"supabase": "^2.83.0",
|
||||
"tailwindcss": "^3.4.1",
|
||||
"vite": "^5.4.2",
|
||||
"vitest": "^1.6.1"
|
||||
|
||||
Reference in New Issue
Block a user