fix: pnpm 11 CI compatibility
CI / check (pull_request) Failing after 1m27s

- Set minimumReleaseAge: 0 (pnpm 11 defaults to 1440 min)
- Add allowBuilds for esbuild and msw (pnpm 11 blocks build scripts
  by default, config moved from package.json to pnpm-workspace.yaml)
This commit is contained in:
2026-06-04 10:10:35 +00:00
parent 1fdeb716ca
commit 07128b89af
+6
View File
@@ -1,2 +1,8 @@
packages: packages:
- 'packages/*' - 'packages/*'
allowBuilds:
esbuild: true
msw: true
minimumReleaseAge: 0