Document targeted npm lint and format scripts

This commit is contained in:
Mohamed Boudra
2026-04-24 11:52:42 +07:00
parent f9e18424e9
commit 480b18c500
2 changed files with 4 additions and 0 deletions

View File

@@ -46,6 +46,7 @@
"typecheck:daemon": "npm run typecheck --workspace=@getpaseo/relay && npm run typecheck --workspace=@getpaseo/server && npm run typecheck --workspace=@getpaseo/cli",
"test": "npm run test --workspaces --if-present",
"format": "oxfmt .",
"format:files": "oxfmt",
"format:check": "oxfmt --check .",
"lint": "oxlint",
"lint:fix": "oxlint --fix",