feat(fmt): add "npm run fix" in root

fix/verification-admin-route-recovery
ethernet 2026-07-10 19:18:35 -04:00 committed by kshitij
parent f32a1f6078
commit 894e62759b
1 changed files with 2 additions and 1 deletions

View File

@ -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",