bcomnes / npm-run-all2

A CLI tool to run multiple npm-scripts in parallel or sequential. (Maintenance fork)
MIT License
250 stars 12 forks source link

Avoid passing config fields as flags for pnpm #151

Closed bcomnes closed 2 weeks ago

bcomnes commented 2 weeks ago

Matching the behavior with yarn, stop npm-run-all2 from passing fields in the package.json#config object as flags.

Note that this requires pnpm 9.1 or higher for process.env.PNPM_SCRIPT_SRC_DIR detection to work.

Closes: https://github.com/bcomnes/npm-run-all2/issues/150