diff --git a/turbo.json b/turbo.json index 4c1e1eb..2121742 100644 --- a/turbo.json +++ b/turbo.json @@ -10,6 +10,11 @@ "dev": { "cache": false, "persistent": true + }, + "test:unit": { + "dependsOn": ["^test:unit"], + "inputs": ["$TURBO_DEFAULT$", ".env*"], + "outputs": ["coverage/**"] } } }