We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
npm_translate_lock generates lifecycle hooks based on the pnpm-lock requiresBuild flag
npm_translate_lock
requiresBuild
Pnpm supports limiting the lifecycle hooks that are run using pnpm.onlyBuiltDependencies, rules_js should respect this.
This may also be required for pnpm v9+ due to pnpm/pnpm@0e6b757
The text was updated successfully, but these errors were encountered:
Done: #1723
Sorry, something went wrong.
jbedard
No branches or pull requests
What is the current behavior?
npm_translate_lock
generates lifecycle hooks based on the pnpm-lockrequiresBuild
flagDescribe the feature
Pnpm supports limiting the lifecycle hooks that are run using pnpm.onlyBuiltDependencies, rules_js should respect this.
This may also be required for pnpm v9+ due to pnpm/pnpm@0e6b757
The text was updated successfully, but these errors were encountered: