From 6901930c5b4de017a2927b6068e34ad2f9ee435b Mon Sep 17 00:00:00 2001 From: yifancong Date: Wed, 21 Feb 2024 14:27:37 +0800 Subject: [PATCH] fix(cli): the error of @rsdoctor/cli missing @rsdoctor/cli dependency. (#194) --- .changeset/healthy-icons-explode.md | 5 +++++ packages/cli/package.json | 1 + pnpm-lock.yaml | 3 +++ 3 files changed, 9 insertions(+) create mode 100644 .changeset/healthy-icons-explode.md diff --git a/.changeset/healthy-icons-explode.md b/.changeset/healthy-icons-explode.md new file mode 100644 index 00000000..74c2979e --- /dev/null +++ b/.changeset/healthy-icons-explode.md @@ -0,0 +1,5 @@ +--- +'@rsdoctor/cli': patch +--- + +fix(cli): the error of missing @rsdoctor/cli dependency. diff --git a/packages/cli/package.json b/packages/cli/package.json index 0ffec207..a440f148 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -28,6 +28,7 @@ "typescript": "^5.2.2" }, "dependencies": { + "@rsdoctor/client": "workspace:*", "@rsdoctor/sdk": "workspace:*", "@rsdoctor/types": "workspace:*", "@rsdoctor/utils": "workspace:*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fbca370c..391b0094 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -353,6 +353,9 @@ importers: packages/cli: dependencies: + '@rsdoctor/client': + specifier: workspace:* + version: link:../client '@rsdoctor/sdk': specifier: workspace:* version: link:../sdk