From 3a573a46e3899a47e5f25e4978bb28cc3d05d07a Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Tue, 11 Nov 2025 10:31:52 +0100 Subject: [PATCH] Update domain-locker-install.sh --- install/domain-locker-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/domain-locker-install.sh b/install/domain-locker-install.sh index ad8e46ed1..6b3fd67ab 100644 --- a/install/domain-locker-install.sh +++ b/install/domain-locker-install.sh @@ -35,7 +35,7 @@ DL_PG_NAME=$PG_DB_NAME DL_ENV_TYPE=selfHosted NITRO_PRESET=node_server EOF -npm build +npm run build msg_info "Built Domain-Locker" msg_info "Creating Service"