mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
fix(cli): 🐛 Remove plugin-help from oclif as it was causing bundling errors
This commit is contained in:
parent
19c14ef3fc
commit
47c88dd7dd
4 changed files with 5 additions and 3 deletions
|
|
@ -61,7 +61,7 @@
|
|||
},
|
||||
"additionalHelpFlags": ["-h"],
|
||||
"additionalVersionFlags": ["-v"],
|
||||
"plugins": ["@oclif/plugin-help"],
|
||||
"plugins": [],
|
||||
"description": "CLI to interface with the Lysand project",
|
||||
"topicSeparator": " ",
|
||||
"topics": {
|
||||
|
|
@ -95,8 +95,6 @@
|
|||
"@inquirer/confirm": "^3.1.6",
|
||||
"@inquirer/input": "^2.1.6",
|
||||
"@oclif/core": "^3.26.6",
|
||||
"@oclif/plugin-help": "^6.0.21",
|
||||
"@oclif/plugin-plugins": "^5.0.19",
|
||||
"cli-progress": "^3.12.0",
|
||||
"ora": "^8.0.1",
|
||||
"table": "^6.8.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue