mirror of
https://github.com/denoland/deno.git
synced 2024-11-04 08:54:20 -05:00
033b70af19
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
2 lines
55 B
Text
2 lines
55 B
Text
Task output deno eval 'console.log(1)' "some" "text"
|
|
1
|