Add NodeCG preflight step and sanity script

This commit is contained in:
Pandipipas
2026-03-03 00:07:12 +01:00
parent 02b8fe71ac
commit 9481052749
5 changed files with 37 additions and 1 deletions
+1
View File
@@ -30,6 +30,7 @@ Desktop app (Electron + TypeScript) to run and package `scoreko-dev` (Electron h
### Quality and diagnostics
- `npm run test`: build and tests (`node:test`).
- `npm run sanity`: runs `typecheck`, `lint`, and `test` as a quick pre-release gate.
- `npm run doctor`: environment/configuration diagnostics.
- `npm run lint`: lint with ESLint.
- `npm run lint:fix`: lint with auto-fix.