Skip to content

Commit 506274b

Browse files
authored
fix: update db:deploy script to run correct prisma command (#222)
1 parent 46035ce commit 506274b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-bison-app/template/package.json.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"cypress:run": "cypress run",
1717
"db:migrate": "prisma migrate dev",
1818
"db:migrate:prod": "prisma migrate deploy",
19-
"db:deploy": "yarn prisma deploy",
19+
"db:deploy": "yarn prisma migrate deploy",
2020
"db:reset": "yarn prisma migrate reset",
2121
"db:seed": "yarn prisma db seed --preview-feature",
2222
"db:setup": "yarn db:reset",

0 commit comments

Comments
 (0)