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