From 54a3eb585df170c14bdc0e237a8a2276dd705f38 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Tue, 20 Feb 2024 13:30:34 +0100 Subject: fix(publish): print files that will be published (#22495) --- tests/testdata/publish/dry_run.out | 4 ++++ tests/testdata/publish/symlink.out | 3 +++ 2 files changed, 7 insertions(+) (limited to 'tests') diff --git a/tests/testdata/publish/dry_run.out b/tests/testdata/publish/dry_run.out index 1fa593294..679aa8f39 100644 --- a/tests/testdata/publish/dry_run.out +++ b/tests/testdata/publish/dry_run.out @@ -1,3 +1,7 @@ Checking for slow types in the public API... Check [WILDCARD] +Simulating publish of @foo/bar@1.0.0 with files: + [WILDCARD]deno.json (140B) + [WILDCARD]mod.ts (114B) + [WILDCARD]std_http.ts (119B) Warning Aborting due to --dry-run diff --git a/tests/testdata/publish/symlink.out b/tests/testdata/publish/symlink.out index 952449421..e7fc0c2a2 100644 --- a/tests/testdata/publish/symlink.out +++ b/tests/testdata/publish/symlink.out @@ -8,4 +8,7 @@ warning[unsupported-file-type]: unsupported file type 'symlink' info: the file was ignored and will not be published docs: https://jsr.io/go/unsupported-file-type +Simulating publish of @foo/bar@1.0.0 with files: + [WILDCARD]deno.json (87B) + [WILDCARD]mod.ts (56B) Warning Aborting due to --dry-run -- cgit v1.2.3