From 7b4c483aa159794cdb9d57d3252c2980fba45469 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 22 May 2023 16:55:04 -0400 Subject: fix(npm): store npm binary command resolution in lockfile (#19219) Part of #19038 Closes #19034 (eliminates the time spent re-resolving) --- cli/standalone/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/standalone') diff --git a/cli/standalone/mod.rs b/cli/standalone/mod.rs index 64143c08f..82c41b882 100644 --- a/cli/standalone/mod.rs +++ b/cli/standalone/mod.rs @@ -408,6 +408,7 @@ pub async fn run( root_cert_store_provider, fs, None, + None, CliMainWorkerOptions { argv: metadata.argv, debug: false, -- cgit v1.2.3