From 033b70af19300a4e34dcf19ab0031245bfc19625 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Fri, 24 Feb 2023 19:35:43 -0500 Subject: fix(npm): lazily install package.json dependencies only when necessary (#17931) This lazily does an "npm install" when any package name matches what's found in the package.json or when running a script from package.json with deno task. Part of #17916 Closes #17928 --- cli/tests/testdata/task/both/deno_selected.out | 2 -- 1 file changed, 2 deletions(-) (limited to 'cli/tests/testdata/task/both/deno_selected.out') diff --git a/cli/tests/testdata/task/both/deno_selected.out b/cli/tests/testdata/task/both/deno_selected.out index f55a74f5b..f5bbab26d 100644 --- a/cli/tests/testdata/task/both/deno_selected.out +++ b/cli/tests/testdata/task/both/deno_selected.out @@ -1,4 +1,2 @@ -Download http://localhost:4545/npm/registry/@denotest/bin -Download http://localhost:4545/npm/registry/@denotest/bin/1.0.0.tgz Task other deno eval 'console.log(2)' 2 -- cgit v1.2.3