Skip to content

Commit 070cc9f

Browse files
committed
fix: build cache for database client
1 parent a291985 commit 070cc9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"outputs": ["dist/**"]
2121
},
2222
"db:generate": {
23-
"outputs": ["dist/**"]
23+
"outputs": ["node_modules/@prisma/generated-client/**"]
2424
},
2525
"db:push": {
2626
"cache": false,

0 commit comments

Comments
 (0)