feat: enhance receipt alias management with global scope support and update validation
This commit is contained in:
@@ -7,8 +7,12 @@
|
||||
"start": "node dist/main",
|
||||
"start:dev": "nest start --watch",
|
||||
"prisma:generate": "prisma generate",
|
||||
"prisma:validate": "prisma validate --schema prisma/schema.prisma",
|
||||
"prisma:migrate": "prisma migrate dev",
|
||||
"prisma:deploy": "prisma migrate deploy",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"audit:high": "npm audit --audit-level=high",
|
||||
"quality:ci": "npm run prisma:validate && npm run prisma:generate && npm run typecheck && npm test && npm run build && npm run audit:high",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user