Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid passing config fields as flags for pnpm #151

Merged
merged 1 commit into from
Sep 13, 2024
Merged

Conversation

bcomnes
Copy link
Owner

@bcomnes bcomnes commented Sep 13, 2024

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: #150

Matching the behavior with yarn, stop npm-run-all2 from passing fields in the package.json#config field as flags.
@bcomnes bcomnes merged commit c43fa2b into master Sep 13, 2024
12 checks passed
@bcomnes bcomnes deleted the fix-pnpm-agian branch September 13, 2024 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: run fail in pnpm with read third-party config define
1 participant