- 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:
@@ -1,2 +1,8 @@
|
||||
packages:
|
||||
- 'packages/*'
|
||||
|
||||
allowBuilds:
|
||||
esbuild: true
|
||||
msw: true
|
||||
|
||||
minimumReleaseAge: 0
|
||||
|
||||
Reference in New Issue
Block a user