From 940e80dc5c6f66e9c2f2e699f5a7339f65669a32 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Sat, 9 Mar 2024 22:52:20 +0100 Subject: [PATCH] Fixed installOnWindows script. --- bin/installOnWindows.bat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/installOnWindows.bat b/bin/installOnWindows.bat index e6fef72f9..7cd4a26d8 100644 --- a/bin/installOnWindows.bat +++ b/bin/installOnWindows.bat @@ -11,7 +11,9 @@ echo Ensure that all dependencies are up to date... If this is the first time y :: Install admin ui -cd /D ..\admin + +cd /D .\admin +dir cmd /C pnpm i || exit /B 1 cmd /C pnpm run build || exit /B 1 cd /D ..