You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
detect pnpm in scripts and call pn instead
- I believe the biggest time saving potential is in nested/composited script. In my test I replaced pnpm with pn manually in one of my scripts and got from 11 seconds to around 6 seconds.
pnpmin scripts and callpninstead- I believe the biggest time saving potential is in nested/composited script. In my test I replaced
pnpmwithpnmanually in one of my scripts and got from 11 seconds to around 6 seconds.--filteroption and running scripts recursively in a workspace #13 - especially needed in monorepospackage.jsonis found it should recurse to parent directories and look for it there likepnpmdoes.