Skip to content

Commit

Permalink
fix: Update Prisma Migrate to Prisma Deploy in Dockerfile (#12)
Browse files Browse the repository at this point in the history
* Migrate Dev to Deploy For Docker

* Remove Init in package.json
  • Loading branch information
ssreekar authored Oct 21, 2023
1 parent 7a7bbca commit 761d2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "eslint . --ext .ts,.js",
"fix": "eslint . --ext .ts,.js --fix",
"postinstall": "tsc",
"prismaInitAndRun": "npx prisma migrate dev --name init && nodemon -L"
"prismaInitAndRun": "npx prisma migrate deploy && nodemon -L"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 761d2f7

Please sign in to comment.