mirror of
https://github.com/zhigang1992/yarn.git
synced 2026-06-11 00:19:39 +08:00
**Summary** We've been using `node -p -e` where `-e` is redundant since it is implied by `-p`: https://nodejs.org/api/cli.html#cli_p_print_script This patch removes those extra `-e`s. **Test plan** All bundles should build on CI without errors.