Syncpack version
14.0.0-alpha.32
Operating system(s)
Mac
Steps to reproduce
git clone https://github.com/tprado/syncpack-issue.git
cd syncpack-issue
pnpm install
pnpm exec syncpack list
Expected behavior
Only packages defined in the workspace should be considered.
Actual behavior
Every package.json file under every node_modules dir in the workspace is checked.
Contents of syncpack configuration file
Optional comments
Explicitly excluding node_modules in pnpm-workspaces.yaml had no effect.
packages:
- 'packages/**'
- '!**/node_modules/**'
Code of Conduct
No syncpack config. See https://github.com/tprado/syncpack-issue.