diff options
| author | Luca Casonato <hello@lcas.dev> | 2024-01-24 22:24:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-24 21:24:52 +0000 |
| commit | 52ad1ef154d352529c4ad4857ab82d8478aeb105 (patch) | |
| tree | d124302669a06af03af41c3c30be1ba711c15793 /cli/tests/testdata/publish/symlink.out | |
| parent | fc176c4dea7463d587a1e921780cce55552e0c86 (diff) | |
feat(publish): give diagnostic on invalid package files (#22082)
Diffstat (limited to 'cli/tests/testdata/publish/symlink.out')
| -rw-r--r-- | cli/tests/testdata/publish/symlink.out | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cli/tests/testdata/publish/symlink.out b/cli/tests/testdata/publish/symlink.out new file mode 100644 index 000000000..5befec4f9 --- /dev/null +++ b/cli/tests/testdata/publish/symlink.out @@ -0,0 +1,11 @@ +Checking fast check type graph for errors... +Ensuring type checks... +Check [WILDCARD]mod.ts +warning[unsupported-file-type]: unsupported file type 'symlink' + --> [WILDCARD]symlink + = hint: remove the file, or add it to 'publish.exclude' in the config file + + info: only files and directories are supported + info: the file was ignored and will not be published + +Warning Aborting due to --dry-run |
