chore: migrate from npm to pnpm for package management across documentation and scripts
This commit is contained in:
@@ -6,7 +6,7 @@ Source lives in `src/`, with Next.js routes under `src/app` (UI) and API handler
|
||||
|
||||
## Build, Test & Operational Commands
|
||||
|
||||
Start local development with `npm run dev` (Turbopack). Build production artifacts using `npm run build` and serve them via `npm run start`. Lint and type-check with `npm run lint`; run formatting verification through `npm run prettier:check` or fix issues via `npm run prettier:format`. Operational validations include `npm run backup:list`, `npm run backup:verify`, and cache utilities such as `npm run cache:stats`.
|
||||
Start local development with `pnpm run dev` (Turbopack). Build production artifacts using `pnpm run build` and serve them via `pnpm run start`. Lint and type-check with `pnpm run lint`; run formatting verification through `pnpm run prettier:check` or fix issues via `pnpm run prettier:format`. Operational validations include `pnpm run backup:list`, `pnpm run backup:verify`, and cache utilities such as `pnpm run cache:stats`.
|
||||
|
||||
## Coding Style & Naming
|
||||
|
||||
@@ -22,7 +22,7 @@ All theming goes through CSS variables defined in `src/app/globals.css` and appl
|
||||
|
||||
## Testing & Verification
|
||||
|
||||
Today’s automated coverage relies on linting plus targeted scripts (e.g., `npm run test:story-points`, `npm run test:jira-fields`). When adding data flows or schedulers, contribute new headless scripts under `scripts/` and document manual QA steps in PRs. Name fixtures after the feature they back (`backlog-config.json`) and ensure linting passes before review.
|
||||
Today's automated coverage relies on linting plus targeted scripts (e.g., `pnpm run test:story-points`, `pnpm run test:jira-fields`). When adding data flows or schedulers, contribute new headless scripts under `scripts/` and document manual QA steps in PRs. Name fixtures after the feature they back (`backlog-config.json`) and ensure linting passes before review.
|
||||
|
||||
## TODO Tracking & Workflow
|
||||
|
||||
|
||||
Reference in New Issue
Block a user