From 830d096b66696ad9f4e67b3ed8460fb1ff7a9170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 1 Feb 2024 03:16:52 +0100 Subject: fix(publish): rename --no-fast-check to --no-zap (#22214) Also prints an information about the flag when there are `zap` errors. --- cli/tests/testdata/publish/no_zap.out | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cli/tests/testdata/publish/no_zap.out (limited to 'cli/tests/testdata/publish/no_zap.out') diff --git a/cli/tests/testdata/publish/no_zap.out b/cli/tests/testdata/publish/no_zap.out new file mode 100644 index 000000000..ac26c67c2 --- /dev/null +++ b/cli/tests/testdata/publish/no_zap.out @@ -0,0 +1,4 @@ +Ensuring type checks... +Check file:///[WILDCARD]/mod.ts +error: Following packages don't exist, follow the links and create them: + - https://jsr.io/new?scope=foo&package=bar&from=cli -- cgit v1.2.3