1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/cli/tests/testdata/task
David Sherret 033b70af19
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
2023-02-24 19:35:43 -05:00
..
both fix(npm): lazily install package.json dependencies only when necessary (#17931) 2023-02-24 19:35:43 -05:00
deno_json feat(task): support scripts in package.json (#17887) 2023-02-22 22:45:35 -05:00
npx feat(task): adjust warning (#17904) 2023-02-23 20:43:18 +01:00
package_json feat(task): adjust warning (#17904) 2023-02-23 20:43:18 +01:00