mirror of
https://github.com/denoland/deno.git
synced 2025-03-11 22:59:41 -04:00

Supports `deno task --frozen=false some_task`, which is necessary because with `"nodeModulesDir": "auto"` or `"global"` (the default with no package.json) we do an auto-install of npm packages. Closes https://github.com/denoland/deno/issues/28070
3 lines
50 B
Text
3 lines
50 B
Text
[WILDCARD]
|
|
Task echo deno eval 'console.log(1)'
|
|
1
|