diff options
Diffstat (limited to 'turbo.json')
-rw-r--r-- | turbo.json | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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 +} |