mirror of
https://github.com/Pandipipas/scoreko-dev.git
synced 2026-06-06 03:32:06 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user