From 71168f161c30f7aa668f9a1b31cd68b3dd18d398 Mon Sep 17 00:00:00 2001 From: deffcolony <61471128+deffcolony@users.noreply.github.com> Date: Wed, 27 Mar 2024 13:46:23 +0100 Subject: [PATCH] @echo off Its cleaner like UpdateAndStart.bat already has --- Start.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/Start.bat b/Start.bat index 8bd3a7e0..8d1bfcdd 100644 --- a/Start.bat +++ b/Start.bat @@ -1,3 +1,4 @@ +@echo off pushd %~dp0 set NODE_ENV=production call npm install --no-audit --no-fund --quiet --omit=dev