diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-05-21 16:12:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-21 16:12:14 -0400 |
| commit | 97956377240d71dadc7271d685c3a637c1e987e7 (patch) | |
| tree | 94a69374ddd8b19bee30ea0b38c50883c56bcf05 /tests/specs/task/node_modules_dir_false/deno.json | |
| parent | 625d09937ae88bfdaedb4d328bc59c001724e5d7 (diff) | |
fix(task): do not error if node_modules folder not exists (#23920)
Revealed https://github.com/denoland/deno/issues/23919
Closes #23914
Diffstat (limited to 'tests/specs/task/node_modules_dir_false/deno.json')
| -rw-r--r-- | tests/specs/task/node_modules_dir_false/deno.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/specs/task/node_modules_dir_false/deno.json b/tests/specs/task/node_modules_dir_false/deno.json new file mode 100644 index 000000000..cacff662c --- /dev/null +++ b/tests/specs/task/node_modules_dir_false/deno.json @@ -0,0 +1,6 @@ +{ + "nodeModulesDir": true, + "tasks": { + "repro": "echo hi" + } +} |
