Files
united-workforce/pnpm-workspace.yaml
T
xiaoju 6c19eea218
CI / check (pull_request) Failing after 1m8s
fix: pnpm 11 CI compatibility
- Set minimumReleaseAge: 0 (pnpm 11 defaults to 1440 min)
- Add pnpm.onlyBuiltDependencies in package.json for esbuild and msw
  (pnpm 11 blocks build scripts by default)
2026-06-04 10:20:14 +00:00

5 lines
49 B
YAML

packages:
- 'packages/*'
minimumReleaseAge: 0