mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
chore: add prisma studio command (#576)
Co-authored-by: pit <pit@pits-MacBook-Pro.local>
This commit is contained in:
parent
89102bd221
commit
dec587e39e
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@
|
|||
"prisma:generate": "npm run with:env -- npm run prisma:generate -w @documenso/prisma",
|
||||
"prisma:migrate-dev": "npm run with:env -- npm run prisma:migrate-dev -w @documenso/prisma",
|
||||
"prisma:migrate-deploy": "npm run with:env -- npm run prisma:migrate-deploy -w @documenso/prisma",
|
||||
"prisma:studio": "npm run with:env -- npx prisma studio --schema packages/prisma/schema.prisma",
|
||||
"with:env": "dotenv -e .env -e .env.local --",
|
||||
"reset:hard": "npm run clean && npm i && npm run prisma:generate"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue