From dd02e10104c6b6f29b838b39443a45d827e25211 Mon Sep 17 00:00:00 2001 From: Juliet Shackell <63259011+jshackell-sfdc@users.noreply.github.com> Date: Thu, 3 Nov 2022 14:13:21 -0700 Subject: [PATCH] fix: add "doctor" topic --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c683756..d7b51c3c 100644 --- a/package.json +++ b/package.json @@ -93,6 +93,9 @@ "description": "commands related to cli release notes" } } + }, + "doctor": { + "description": "diagnostic tests" } } }, @@ -120,4 +123,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +}