feat(fmt): add "npm run fix" in root
parent
f32a1f6078
commit
894e62759b
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue