chore: update npm scripts for db

This commit is contained in:
Johns Beharry
2021-11-28 14:00:02 -06:00
parent 0cf0ccece7
commit 8e4433ee34
2 changed files with 19188 additions and 731 deletions

19918
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -48,6 +48,7 @@
"build-storybook": "build-storybook -s public",
"db:init": "prisma migrate dev",
"db:reset": "prisma migrate reset",
"db:seed": "prisma db seed",
"db:gui": "prisma studio",
"api:start": "netlify dev"
},