From 4afa28d07b44e1ffaea46a839e94388ba8094c53 Mon Sep 17 00:00:00 2001 From: p-sw Date: Thu, 6 Jun 2024 23:16:51 +0900 Subject: [PATCH] refactor(cli): remove plugin from package.json The commit removes the unnecessary "@oclif/plugin-plugins" from the plugin list within the cli's package.json file. This refactor enhances the code cleanliness, and potentially improves the cli performance by reducing the number of plugins loaded at runtime. --- packages/cli/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 8c1eb9b..7ad95f2 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -51,8 +51,7 @@ "dirname": "pswui", "commands": "./dist/commands", "plugins": [ - "@oclif/plugin-help", - "@oclif/plugin-plugins" + "@oclif/plugin-help" ], "topicSeparator": " ", "topics": {