Skip to content

Commit afd3d71

Browse files
committed
fix: added render build script
1 parent 73bb511 commit afd3d71

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"start:dev": "npx prisma generate && npm run migrate:deploy && nest start --watch",
1313
"start:debug": "nest start --debug --watch",
1414
"start:prod": "node dist/main",
15+
"start:render": "pnpm run prisma:generate && pnpm run migrate:deploy && pnpm run start:prod",
1516
"prisma:generate": "npx prisma generate",
1617
"prisma:generate:watch": "npx prisma generate --watch",
1718
"migrate:dev": "prisma migrate dev",

0 commit comments

Comments
 (0)