Skip to content

Commit

Permalink
chore: gen prisma client before build db-main-prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
boris-w committed Mar 20, 2024
1 parent 05cc116 commit 559abef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"g:test-unit": "pnpm -r --parralel test-unit",
"g:test-unit-cover": "pnpm -r --parralel test-unit-cover",
"g:typecheck": "pnpm -r --parralel typecheck",
"ci:publish": "pnpm -F './packages/**' run build && pnpm publish -r",
"ci:publish": "pnpm -F @teable/db-main-prisma prisma-generate --schema ./prisma/postgres/schema.prisma && pnpm -F './packages/**' run build && pnpm publish -r",
"ci:version": "changeset version && pnpm install --lockfile-only",
"generate-openapi-types": "node scripts/generate-openapi-types.mjs",
"install:playwright": "playwright install",
Expand Down
3 changes: 2 additions & 1 deletion packages/db-main-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
"dist",
"prisma"
],
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 559abef

Please sign in to comment.