Skip to content

Commit 3a1ef56

Browse files
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 <[email protected]> Co-authored-by: SamTV12345 <[email protected]>
1 parent 0b0d882 commit 3a1ef56

File tree

6 files changed

+4938
-3857
lines changed

6 files changed

+4938
-3857
lines changed

bin/plugins.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,6 @@ const remove = (plugins: string[])=>{
9090

9191
let action = args[0];
9292

93-
if (!possibleActions.includes(action)) {
94-
// This is the old plugin install via install-plugins
95-
console.warn("Using legacy plugin install. Please update to the new command `pnpm run plugins install <your-plugin>`")
96-
install()
97-
process.exit(0)
98-
}
99-
10093
switch (action) {
10194
case "install":
10295
install();

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"test-admin": "pnpm --filter ep_etherpad-lite run test-admin",
2626
"test-admin:ui": "pnpm --filter ep_etherpad-lite run test-admin:ui",
2727
"plugins": "pnpm --filter bin run plugins",
28-
"install-plugins": "pnpm --filter bin run plugins",
28+
"install-plugins": "pnpm --filter bin run plugins i",
2929
"remove-plugins": "pnpm --filter bin run remove-plugins",
3030
"list-plugins": "pnpm --filter bin run list-plugins"
3131
},

0 commit comments

Comments
 (0)