aboutsummaryrefslogtreecommitdiffstats
path: root/turbo.json
diff options
context:
space:
mode:
Diffstat (limited to 'turbo.json')
-rw-r--r--turbo.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/turbo.json b/turbo.json
index 77a4042..e97e08d 100644
--- a/turbo.json
+++ b/turbo.json
@@ -14,6 +14,16 @@
"dist/**"
]
},
+ "clean": {
+ "dependsOn": [
+ "^clean"
+ ]
+ },
+ "format": {
+ "dependsOn": [
+ "^format"
+ ]
+ },
"lint": {
"dependsOn": [
"^lint"
@@ -25,4 +35,4 @@
},
"test": {}
}
-} \ No newline at end of file
+}