From 894e62759b6ba7a64313f5e7032211854045491e Mon Sep 17 00:00:00 2001 From: ethernet Date: Fri, 10 Jul 2026 19:18:35 -0400 Subject: [PATCH] feat(fmt): add "npm run fix" in root --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fb78d8741..03d4579ce 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,8 @@ "audit:fix:root": "npm audit fix --workspaces=false", "audit:fix:web": "npm audit fix --workspace web", "audit:fix:tui": "npm audit fix --workspace ui-tui", - "check": "npm run check --ws" + "check": "npm run --ws check", + "fix": "npm run --ws fix" }, "repository": { "type": "git",