mirror of
https://github.com/Floriansylvain/CineAllo.git
synced 2026-08-19 11:43:24 +02:00
🔧 - Added npx to prisma command
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user