fix(bundle): don't force managed npm resolution (#30200)

Fixes #30187.

If you're using --node-modules-dir=manual we should respect that, since
resolution may not work with the managed resolver
This commit is contained in:
Nathan Whitaker 2025-07-25 18:56:32 +02:00 committed by GitHub
parent 63e4ee54c9
commit 0b441daa8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1227,7 +1227,6 @@ fn new_workspace_factory_options(
| DenoSubcommand::Init(_) | DenoSubcommand::Init(_)
| DenoSubcommand::Outdated(_) | DenoSubcommand::Outdated(_)
| DenoSubcommand::Clean(_) | DenoSubcommand::Clean(_)
| DenoSubcommand::Bundle(_)
), ),
no_lock: flags.no_lock no_lock: flags.no_lock
|| matches!( || matches!(