pnpm monorepo - strange behavior with local packages with bin stubs #3509
-
Hello everyone, [email protected] (we can't use pnpm 6 for now) I was tracking down strange behavior in our pnpm monorepo and finally found the reason. let's say I have 0 changed projects and I have the following script on CI:
pnpm i changes permissions of bin files from 644 to 755 in all local packages with package.json#bin output of the
Could you please suggest any workaround? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
was trying different things and found that it is enough to run the following command in CI script:
and now -- |
Beta Was this translation helpful? Give feedback.
was trying different things and found that it is enough to run the following command in CI script:
and now
pnpm i && pnpm -r --filter [master]
gives me right list of changes projects.--
Thank you for pnpm! 🌻