mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
feat(fmt): add "npm run fix" in root
This commit is contained in:
parent
f32a1f6078
commit
894e62759b
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue