Fixed installOnWindows script.

This commit is contained in:
SamTV12345 2024-03-09 22:52:20 +01:00
parent eefbf4a82c
commit 940e80dc5c

View file

@ -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 ..