We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df7217 commit 9c13146Copy full SHA for 9c13146
1 file changed
package.json
@@ -20,7 +20,7 @@
20
"main": "dist/main.js",
21
"scripts": {
22
"build": "pnpm run lint && pnpm run compile",
23
- "compile": "tsc --build tsconfig.json",
+ "compile": "pnpm prisma:generate && tsc --build tsconfig.json",
24
"lint": "pnpm run prisma:generate && eslint . --ignore-path .gitignore --ext .ts",
25
"lint:fix": "pnpm run lint --fix",
26
"prisma:generate": "prisma generate",
0 commit comments