chore: update scripts

pull/48/MERGE
vince 2024-07-09 14:38:47 +08:00
parent f81ff8e3d4
commit 35ca56437c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"dev": "pnpm run start:dev",
"start:dev": "cross-env NODE_ENV=development DEBUG=true nest start --watch",
"start": "cross-env NODE_ENV=development node dist/main",
"start:prod": "cross-env NODE_ENV=production node dist/main"
"start:prod": "nest build && cross-env NODE_ENV=production node dist/main"
},
"dependencies": {
"@nestjs/common": "^10.3.10",