From 6960637b5ce20f717d853ef42d6d8132297ab64b Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 22 Jul 2024 15:46:37 -0400 Subject: fix(publish): warn about missing license file (#24677) Part of https://github.com/denoland/deno/issues/24676 , but just a warning for now. --- tests/specs/publish/excluded_deno_jsonc/LICENSE | 0 tests/specs/publish/excluded_deno_jsonc/mod.out | 1 + 2 files changed, 1 insertion(+) create mode 100644 tests/specs/publish/excluded_deno_jsonc/LICENSE (limited to 'tests/specs/publish/excluded_deno_jsonc') diff --git a/tests/specs/publish/excluded_deno_jsonc/LICENSE b/tests/specs/publish/excluded_deno_jsonc/LICENSE new file mode 100644 index 000000000..e69de29bb diff --git a/tests/specs/publish/excluded_deno_jsonc/mod.out b/tests/specs/publish/excluded_deno_jsonc/mod.out index 7c8db25a2..2cac3a6f6 100644 --- a/tests/specs/publish/excluded_deno_jsonc/mod.out +++ b/tests/specs/publish/excluded_deno_jsonc/mod.out @@ -1,6 +1,7 @@ Check file:///[WILDLINE]mod.ts Checking for slow types in the public API... Simulating publish of @scope/pkg@1.0.0 with files: + file:///[WILDLINE]/LICENSE ([WILDLINE]) file:///[WILDLINE]/deno.jsonc (74B) file:///[WILDLINE]/mod.ts (22B) Warning Aborting due to --dry-run -- cgit v1.2.3