1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/tests/specs/task
Nathan Whitaker 47d19461a5
fix(cli): Overwrite existing bin entries in node_modules (#24123)
Previously we warned on unix and didn't touch them on windows, now we
unconditionally overwrite them. This matches what npm does.
2024-06-06 21:21:25 +00:00
..
bin_package fix(cli): Overwrite existing bin entries in node_modules (#24123) 2024-06-06 21:21:25 +00:00
byonm feat(task): support running npm binary commands in deno.json (#23478) 2024-04-20 20:13:46 -04:00
doc_comments_incorrect feat(task): Task description in the form of comments (#23101) 2024-03-27 14:14:27 -07:00
doc_comments_no_args feat(task): Task description in the form of comments (#23101) 2024-03-27 14:14:27 -07:00
node_modules_dir_false fix(task): do not error if node_modules folder not exists (#23920) 2024-05-21 16:12:14 -04:00
npm_run fix(task): always use npm for npm run with flags (#24028) 2024-05-29 20:16:35 +00:00
npx_installed_pkg_non_byonm fix(task): regression where npx <command> sometimes couldn't find command (#23730) 2024-05-09 03:16:44 +00:00