diff options
| author | Luca Casonato <hello@lcas.dev> | 2024-02-20 13:30:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-20 13:30:34 +0100 |
| commit | 54a3eb585df170c14bdc0e237a8a2276dd705f38 (patch) | |
| tree | b816cb29f2bf76b024e8050857e3a5b83a3cf7b8 /tests/testdata/publish/dry_run.out | |
| parent | 8fdd65556299efa58512467b4d19d2612441d376 (diff) | |
fix(publish): print files that will be published (#22495)
Diffstat (limited to 'tests/testdata/publish/dry_run.out')
| -rw-r--r-- | tests/testdata/publish/dry_run.out | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
