Dashboardcraftgetsentry/publish Yarn Classic tooling

getsentry/publish Yarn Classic tooling

Category: pattern
Confidence: 1.00
ID: 01a04db5-4cde-70c1-add8-777595be8ed1
Project ID: e16af391-c497-4837-b681-c849a5514499
Cross-project: No
Recalled in other projects: 0
Source session: 1bwAST7ENFvDRuqqJ
Created: 2026-08-29 09:51:23
Updated: 2026-08-29 13:28:42

Content

Use Volta-pinned Yarn Classic 1.22.22 for getsentry/publish: yarn install, yarn test, yarn lint, and yarn prettier; never use pnpm or npm. Chose Yarn over the repository-wide pnpm habit because Publish has yarn.lock and CI installs/tests with Yarn; another package manager creates unrelated resolution churn. In particular, do not commit pnpm-lock.yaml. Source is CommonJS; tests are Vitest ES modules under matching __tests__/ paths.

Move to: