diff options
Diffstat (limited to 'turbo.json')
-rw-r--r-- | turbo.json | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -14,6 +14,11 @@ "dist/**" ] }, + "format": { + "dependsOn": [ + "^format" + ] + }, "lint": { "dependsOn": [ "^lint" @@ -25,4 +30,4 @@ }, "test": {} } -}
\ No newline at end of file +} |