chore: fix CI

This commit is contained in:
Ralph Khreish
2025-09-11 18:35:07 -07:00
parent 77e1ddc237
commit 4ab0affba7
2 changed files with 6 additions and 21 deletions

View File

@@ -17,15 +17,6 @@
"!{packages,apps}/**/node_modules/**"
]
},
"test": {
"dependsOn": ["^build"],
"inputs": [
"$TURBO_DEFAULT$",
"!{packages,apps}/**/dist/**",
"!{packages,apps}/**/node_modules/**"
],
"outputLogs": "new-only"
},
"test:watch": {
"cache": false,
"persistent": true,