We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df99ca1 commit 0b21e0bCopy full SHA for 0b21e0b
npm/extensions.bzl
@@ -31,6 +31,8 @@ def _npm_extension_impl(module_ctx):
31
# We cannot read the pnpm_lock file before it has been bootstrapped.
32
# See comment in e2e/update_pnpm_lock_with_import/test.sh.
33
if attr.pnpm_lock:
34
+ if hasattr(module_ctx, "watch"):
35
+ module_ctx.watch(attr.pnpm_lock)
36
_npm_lock_imports_bzlmod(module_ctx, attr)
37
38
for i in mod.tags.npm_import:
0 commit comments