Spaces:
Running
Running
Commit ·
5961dfd
1
Parent(s): d91d152
Fix: use prisma db push for deployment
Browse files- package.json +1 -1
package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
| 10 |
"start": "nest start",
|
| 11 |
"start:dev": "nest start --watch",
|
| 12 |
"start:debug": "nest start --debug --watch",
|
| 13 |
-
"start:prod": "prisma
|
| 14 |
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
|
| 15 |
"test": "jest",
|
| 16 |
"test:watch": "jest --watch",
|
|
|
|
| 10 |
"start": "nest start",
|
| 11 |
"start:dev": "nest start --watch",
|
| 12 |
"start:debug": "nest start --debug --watch",
|
| 13 |
+
"start:prod": "prisma db push && node dist/main",
|
| 14 |
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
|
| 15 |
"test": "jest",
|
| 16 |
"test:watch": "jest --watch",
|