From dd48b42ffc5c7b8dc8577cec155822b7440f9fb4 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Sat, 24 Feb 2024 12:51:46 +0100 Subject: [PATCH] Added missing workspace script. --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d9bdf8cd3..b83888018 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,8 @@ "test-ui": "pnpm --filter ep_etherpad-lite run test-ui", "test-ui:ui": "pnpm --filter ep_etherpad-lite run test-ui:ui", "test-admin": "pnpm --filter ep_etherpad-lite run test-admin", - "test-admin:ui": "pnpm --filter ep_etherpad-lite run test-admin:ui" + "test-admin:ui": "pnpm --filter ep_etherpad-lite run test-admin:ui", + "install-plugins": "pnpm --filter ep_etherpad-lite run install-plugins" }, "dependencies": { "ep_etherpad-lite": "workspace:./src" @@ -42,3 +43,4 @@ "version": "1.9.7", "license": "Apache-2.0" } +