fix architecture and write new tests
This commit is contained in:
+7
-1
@@ -53,7 +53,13 @@
|
||||
"db:seed:admin": "npm run db:seed --workspace @rentaldrivego/database",
|
||||
"db:studio": "cd packages/database && npx prisma studio",
|
||||
"test:api": "npm run test --workspace @rentaldrivego/api",
|
||||
"test:api:integration": "npm run test:integration --workspace @rentaldrivego/api"
|
||||
"test:api:integration": "npm run test:integration --workspace @rentaldrivego/api",
|
||||
"test:dashboard": "npm run test --workspace @rentaldrivego/dashboard",
|
||||
"test:admin": "npm run test --workspace @rentaldrivego/admin",
|
||||
"test:marketplace": "npm run test --workspace @rentaldrivego/marketplace",
|
||||
"test:frontends": "npm run test:dashboard && npm run test:admin && npm run test:marketplace",
|
||||
"security:static": "node scripts/security-static-check.mjs",
|
||||
"security:scan": "npm run security:static && npm audit --production"
|
||||
},
|
||||
"devDependencies": {
|
||||
"turbo": "^1.13.0",
|
||||
|
||||
Reference in New Issue
Block a user