summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm/deno_run_no_bin_entrypoint.out
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-08-01 18:47:57 -0400
committerGitHub <noreply@github.com>2023-08-01 18:47:57 -0400
commit00b5fe8ba31240f6e6abf668ebda8ed0c40fb524 (patch)
tree466a5940ef057e616a63a3d6936f0d31cd48d2b4 /cli/tests/testdata/npm/deno_run_no_bin_entrypoint.out
parent51ceed860b6f562c70fb09ae1c7173a9eb14473c (diff)
feat(npm): support running non-bin scripts in npm pkgs via `deno run` (#19975)
Closes https://github.com/denoland/deno/issues/19967
Diffstat (limited to 'cli/tests/testdata/npm/deno_run_no_bin_entrypoint.out')
-rw-r--r--cli/tests/testdata/npm/deno_run_no_bin_entrypoint.out1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/testdata/npm/deno_run_no_bin_entrypoint.out b/cli/tests/testdata/npm/deno_run_no_bin_entrypoint.out
new file mode 100644
index 000000000..b878bc70c
--- /dev/null
+++ b/cli/tests/testdata/npm/deno_run_no_bin_entrypoint.out
@@ -0,0 +1 @@
+error: package '@denotest/esm-basic' did not have a bin property in its package.json