feat: script command added in package.json
This commit is contained in:
@@ -14,6 +14,9 @@
|
||||
"start:dev": "nest start --watch",
|
||||
"start:debug": "nest start --debug --watch",
|
||||
"start:prod": "node dist/main",
|
||||
"start:migrate:dev": "prisma migrate deploy && npm run start:dev",
|
||||
"start:migrate:debug": "prisma migrate deploy && npm run start:debug",
|
||||
"start:migrate:prod": "prisma migrate deploy && npm run start:prod",
|
||||
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
|
||||
"test": "jest",
|
||||
"postinstall": "prisma generate && pnpm run generate-gql-sdl",
|
||||
|
||||
Reference in New Issue
Block a user