ci: Fix turborepo cache on CI tests (#12434)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2025-01-02 16:50:04 +01:00
committed by GitHub
parent 6b46657412
commit 5b925bcf10
2 changed files with 1 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
},
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
"outputs": ["dist/**", "coverage/**"]
},
"typecheck": {
"dependsOn": ["^typecheck"]