package
This commit is contained in:
@@ -19,7 +19,11 @@
|
||||
"test:debug": "node --inspect-brk -r ts-node/register node_modules/.bin/jest --runInBand",
|
||||
"test:e2e": "jest --config ./test/jest-e2e.json",
|
||||
"build:client": "cd client && npm install && npm run build",
|
||||
"start:prod:full": "npm run build:client && npm run build && npm run start:prod"
|
||||
"start:prod:full": "npm run build:client && npm run build && npm run start:prod",
|
||||
"seed": "ts-node prisma/seed.ts"
|
||||
},
|
||||
"prisma": {
|
||||
"seed": "ts-node prisma/seed.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nestjs/common": "^11.0.1",
|
||||
|
||||
Reference in New Issue
Block a user