Skip to content

Commit 9c13146

Browse files
committed
fix(scripts): generate prisma on compile
1 parent 9df7217 commit 9c13146

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"main": "dist/main.js",
2121
"scripts": {
2222
"build": "pnpm run lint && pnpm run compile",
23-
"compile": "tsc --build tsconfig.json",
23+
"compile": "pnpm prisma:generate && tsc --build tsconfig.json",
2424
"lint": "pnpm run prisma:generate && eslint . --ignore-path .gitignore --ext .ts",
2525
"lint:fix": "pnpm run lint --fix",
2626
"prisma:generate": "prisma generate",

0 commit comments

Comments
 (0)