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.
pnpm
in scripts and callpn
instead- I believe the biggest time saving potential is in nested/composited script. In my test I replaced
pnpm
withpn
manually in one of my scripts and got from 11 seconds to around 6 seconds.--filter
option and running scripts recursively in a workspace #13 - especially needed in monorepospackage.json
is found it should recurse to parent directories and look for it there likepnpm
does.The text was updated successfully, but these errors were encountered: