Improved handling of install.

This commit is contained in:
SamTV12345 2024-06-01 11:59:19 +02:00
parent df9c8250df
commit ca165f2a1d
2 changed files with 1 additions and 8 deletions

View file

@ -90,13 +90,6 @@ const remove = (plugins: string[])=>{
let action = args[0];
if (!possibleActions.includes(action)) {
// This is the old plugin install via install-plugins
console.warn("Using legacy plugin install. Please update to the new command `pnpm run plugins install <your-plugin>`")
install()
process.exit(0)
}
switch (action) {
case "install":
install();