aboutsummaryrefslogtreecommitdiffstats
path: root/turbo.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--turbo.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/turbo.json b/turbo.json
index 75b7694..e97e08d 100644
--- a/turbo.json
+++ b/turbo.json
@@ -14,6 +14,11 @@
"dist/**"
]
},
+ "clean": {
+ "dependsOn": [
+ "^clean"
+ ]
+ },
"format": {
"dependsOn": [
"^format"