Skip to content

Commit

Permalink
fix: resolving generate prisma client
Browse files Browse the repository at this point in the history
  • Loading branch information
FindMalek committed Sep 8, 2024
1 parent 5a4f4f4 commit d55db54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts",
"build": "pnpm generate && tsup src/index.ts --format cjs,esm --dts",
"lint": "tsc",
"dev": "vitest",
"test": "vitest run",
Expand Down

0 comments on commit d55db54

Please sign in to comment.