🔧 - Added npx to prisma command

This commit is contained in:
Florian Sylvain
2022-11-10 13:36:25 +01:00
parent 30e12ee25f
commit f3985633d9
+1 -1
View File
@@ -4,7 +4,7 @@
"private": true,
"type": "module",
"scripts": {
"start": "prisma migrate deploy && node app.js"
"start": "npx prisma migrate deploy && node app.js"
},
"dependencies": {
"@prisma/client": "^4.6.0",