From 92a8d09e498712aec2ba0e54a1ad85194ebd83af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 24 May 2024 00:43:38 +0100 Subject: fix(npm): set up node_modules/.bin/ entries for package that provide bin entrypoints (#23496) Closes https://github.com/denoland/deno/issues/23036 --------- Co-authored-by: Nathan Whitaker --- tests/specs/task/bin_package/task.out | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/specs/task/bin_package/task.out (limited to 'tests/specs/task/bin_package/task.out') diff --git a/tests/specs/task/bin_package/task.out b/tests/specs/task/bin_package/task.out new file mode 100644 index 000000000..69b4f7508 --- /dev/null +++ b/tests/specs/task/bin_package/task.out @@ -0,0 +1,6 @@ +Download http://localhost:4260/@denotest/bin +Download http://localhost:4260/@denotest/bin/1.0.0.tgz +Initialize @denotest/bin@1.0.0 +Task sayhi cli-esm hi hello +hi +hello -- cgit v1.2.3