Migrate package management from npm to pnpm.

Standardize local and CI workflows on pnpm 11.0.8, replace npm commands in docs/config, and swap lockfiles for reproducible installs.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-08 18:46:55 +02:00
parent 183e10b75b
commit 7a5c1ec637
8 changed files with 8213 additions and 12293 deletions
+6 -6
View File
@@ -14,12 +14,12 @@ NodeCG bundle for producing fighting game overlays.
## Scripts
- `npm run autofix`: automatically fixes lint errors.
- `npm run build`: builds dashboard/graphics and extension.
- `npm run lint`: validates project linting.
- `npm run schema-types`: generates types from schemas.
- `npm run start`: starts NodeCG.
- `npm run watch`: development mode with watch.
- `pnpm run autofix`: automatically fixes lint errors.
- `pnpm run build`: builds dashboard/graphics and extension.
- `pnpm run lint`: validates project linting.
- `pnpm run schema-types`: generates types from schemas.
- `pnpm run start`: starts NodeCG.
- `pnpm run watch`: development mode with watch.
## Version