2
0

💚 (ci) Fix turbo repo prisma cache

This commit is contained in:
Baptiste Arnaud
2022-09-27 09:02:57 +02:00
parent 9061c03d6d
commit 8c56c6c32d

View File

@ -6,6 +6,9 @@
"outputs": [".next/**", "dist/**", "build/**"],
"outputMode": "new-only"
},
"db#build": {
"cache": false
},
"test": {
"dependsOn": [],
"outputs": []