From 62e3f5060ef9cc6a31b3e496dd15548c0abd07e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 15 Dec 2023 11:27:10 +0100 Subject: refactor: check if scope and package exist before publish (#21575) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bartek IwaƄczuk Co-authored-by: Luca Casonato --- cli/tests/testdata/publish/successful.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/testdata') diff --git a/cli/tests/testdata/publish/successful.out b/cli/tests/testdata/publish/successful.out index 1049bbdb4..a6a6a9bd4 100644 --- a/cli/tests/testdata/publish/successful.out +++ b/cli/tests/testdata/publish/successful.out @@ -1,3 +1,3 @@ Publishing @foo/bar@1.0.0 ... Successfully published @foo/bar@1.0.0 -http://127.0.0.1:4250/@foo/bar/1.0.0_meta.json +Visit http://127.0.0.1:4250/@foo/bar@1.0.0 for details -- cgit v1.2.3