From 93a929b5fff35522db8439122d53ed3040fb5306 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Tue, 12 Mar 2024 22:10:27 +0100 Subject: [PATCH] Fixed run command not being there. --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index a4aac4bf3..99cb89c88 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,7 @@ "editor" ], "bin": { - "etherpad-healthcheck": "bin/etherpad-healthcheck", - "etherpad-lite": "bin/run" + "etherpad-healthcheck": "bin/etherpad-healthcheck" }, "scripts": { "lint": "pnpm --filter ep_etherpad-lite run lint",