From a96b1ed420c96a0384d2babc3670cfebf6b932ab Mon Sep 17 00:00:00 2001 From: Jannik Streek Date: Mon, 19 Feb 2024 21:25:50 +0100 Subject: [PATCH] fix run --- src/bin/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/run.sh b/src/bin/run.sh index 463e5936d..0f11a1239 100755 --- a/src/bin/run.sh +++ b/src/bin/run.sh @@ -32,4 +32,4 @@ src/bin/installDeps.sh "$@" || exit 1 # Move to the node folder and start log "Starting Etherpad..." -exec pnpm run dev --prefix ./src "$@" +exec pnpm run dev "$@"