diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-05-14 14:15:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-14 18:15:43 +0000 |
commit | c0e3b6ed9d955bc59a8d88e177219b541881c63d (patch) | |
tree | 36a763a6d4d62d03bec703d73fd048cd57499a32 /tests/specs/publish/excluded_deno_jsonc/mod.ts | |
parent | 432792a46c71b402408e1bed0affdb1c3a90d8c6 (diff) |
fix(publish): always include config file when publishing (#23797)
Closes https://github.com/denoland/deno/issues/23796
Diffstat (limited to 'tests/specs/publish/excluded_deno_jsonc/mod.ts')
-rw-r--r-- | tests/specs/publish/excluded_deno_jsonc/mod.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/specs/publish/excluded_deno_jsonc/mod.ts b/tests/specs/publish/excluded_deno_jsonc/mod.ts new file mode 100644 index 000000000..816fdefaa --- /dev/null +++ b/tests/specs/publish/excluded_deno_jsonc/mod.ts @@ -0,0 +1,2 @@ +export class Test { +} |