Skip to content

Commit

Permalink
fix: missing .prisma client
Browse files Browse the repository at this point in the history
  • Loading branch information
Pengap committed Oct 11, 2023
1 parent 69cf0fd commit 030fe15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/db-main-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"dev": "tsc --watch",
"fix-all-files": "eslint . --ext .ts,.tsx,.js,.jsx,.cjs,.mjs --fix",
"lint": "eslint . --ext .ts,.tsx,.js,.jsx,.cjs,.mjs --cache --cache-location ../../.cache/eslint/db-main-prisma.eslintcache",
"postinstall": "prisma generate --schema=./prisma/sqlite/schema.prisma",
"prisma-generate": "prisma generate",
"prisma-migrate": "dotenv-flow -- yarn prisma migrate",
"prisma-migrate-reset": "dotenv-flow -- yarn prisma migrate reset",
Expand Down

0 comments on commit 030fe15

Please sign in to comment.