This commit is contained in:
@ -14,8 +14,10 @@
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest",
|
||||
"test:e2e": "playwright test",
|
||||
"test:e2e:ui": "playwright test --ui",
|
||||
"test:coverage": "vitest run --coverage",
|
||||
"migrate": "tsx lib/db/run-migrations.ts"
|
||||
"migrate": "tsx lib/db/run-migrations.ts",
|
||||
"seed": "tsx scripts/seed-demo.ts"
|
||||
},
|
||||
"keywords": [
|
||||
"groupware",
|
||||
|
||||
Reference in New Issue
Block a user