mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 10:26:15 -04:00
Upgrade live-plugin-manager to 1.0.0 (#6396)
* Upgrade the live-plugin-manager * Fix migration scripts to skip checking for the system directory of live-plugin-manager * Updated lockfile * Improved handling of install. --------- Co-authored-by: yacchin1205 <968739+yacchin1205@users.noreply.github.com> Co-authored-by: SamTV12345 <40429738+samtv12345@users.noreply.github.com>
This commit is contained in:
parent
0b0d882477
commit
3a1ef560ec
6 changed files with 4984 additions and 3903 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue