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 a31c77d commit 65ab676Copy full SHA for 65ab676
apps/api/package.json
@@ -7,7 +7,8 @@
7
"scripts": {
8
"test": "echo \"Error: no test specified\" && exit 1",
9
"dev": "tsx src/index.ts",
10
- "build": "prisma generate && tsc"
+ "build": "prisma generate && tsc",
11
+ "postinstall": "[ -f prisma/schema.prisma ] && prisma generate || true"
12
},
13
"keywords": [],
14
"author": "Ajeet Pratpa Singh",
turbo.json
@@ -5,7 +5,7 @@
5
"build": {
6
"dependsOn": ["^build"],
"inputs": ["$TURBO_DEFAULT$", ".env*"],
- "outputs": [".next/**", "!.next/cache/**"]
+ "outputs": [".next/**", "!.next/cache/**", "dist/**"]
"lint": {
"dependsOn": ["^lint"]
0 commit comments