mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-20 15:33:54 +00:00
fix(shared): add missing 'fix' script alias
apps/shared had lint:fix but not the 'fix' alias that other workspaces have. The js-tests check job runs 'npm run fix' as a second step, so this workspace was failing with 'Missing script: fix'.
This commit is contained in:
parent
02613a4d50
commit
3102fc9a66
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
"scripts": {
|
||||
"lint": "eslint src/",
|
||||
"lint:fix": "eslint src/ --fix",
|
||||
"fix": "npm run lint:fix",
|
||||
"typecheck": "tsc -p . --noEmit",
|
||||
"check": "npm run typecheck"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue