diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-02-01 05:18:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-01 05:18:44 +0100 |
| commit | e58b1900a7b018a36deff22fdd34f4676180a4bb (patch) | |
| tree | 3a20d6b43f6e34fb82a7fa152ab935d65dca0395 /cli/tests/testdata/publish/node_specifier.out | |
| parent | 66e6ed65e9c9281a68b548ab01a2214d5a0aa1e3 (diff) | |
fix(publish): add node specifiers (#22213)
Diffstat (limited to 'cli/tests/testdata/publish/node_specifier.out')
| -rw-r--r-- | cli/tests/testdata/publish/node_specifier.out | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cli/tests/testdata/publish/node_specifier.out b/cli/tests/testdata/publish/node_specifier.out new file mode 100644 index 000000000..7acb5b5ba --- /dev/null +++ b/cli/tests/testdata/publish/node_specifier.out @@ -0,0 +1,8 @@ +Checking fast check type graph for errors... +Ensuring type checks... +Download http://localhost:4545/npm/registry/@types/node +Download http://localhost:4545/npm/registry/@types/node/node-[WILDCARD].tgz +Check file:///[WILDCARD]/publish/node_specifier/mod.ts +Publishing @foo/bar@1.0.0 ... +Successfully published @foo/bar@1.0.0 +Visit http://127.0.0.1:4250/@foo/bar@1.0.0 for details |
