diff --git a/frontend/package.json b/frontend/package.json index 429eeb151..b09507fd7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -7,6 +7,7 @@ "lint": "conc -c auto pnpm:lint:*", "lint:turbo": "turbo lint", "lint:packageVersion": "syncpack list-mismatches", + "fmt:turbo": "turbo fmt", "gen:turbo": "turbo gen" }, "packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b", diff --git a/frontend/turbo.json b/frontend/turbo.json index 006a13e84..bb8cf7849 100644 --- a/frontend/turbo.json +++ b/frontend/turbo.json @@ -11,6 +11,7 @@ }, "lint": { "dependsOn": ["gen", "^lint"] - } + }, + "fmt": {} } } \ No newline at end of file