2
0

🔧 Add cross env compatibility to scripts (#184)

This commit is contained in:
Jorgelig
2022-12-18 04:29:01 -06:00
committed by GitHub
parent 6c55510d80
commit 2cc61b1bf1
6 changed files with 523 additions and 413 deletions

View File

@ -5,7 +5,7 @@
"main": "./index.ts",
"types": "./index.ts",
"scripts": {
"dev": "BROWSER=none prisma studio",
"dev": "cross-env BROWSER=none prisma studio",
"db:generate": "prisma generate",
"db:push": "prisma db push --skip-generate",
"db:migrate": "prisma migrate deploy",