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