Skip to content

Commit

Permalink
fix: update db:deploy script to run correct prisma command (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgajera committed Sep 22, 2021
1 parent 46035ce commit 506274b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-bison-app/template/package.json.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"cypress:run": "cypress run",
"db:migrate": "prisma migrate dev",
"db:migrate:prod": "prisma migrate deploy",
"db:deploy": "yarn prisma deploy",
"db:deploy": "yarn prisma migrate deploy",
"db:reset": "yarn prisma migrate reset",
"db:seed": "yarn prisma db seed --preview-feature",
"db:setup": "yarn db:reset",
Expand Down

0 comments on commit 506274b

Please sign in to comment.