Fixed minor errors in build scripts

This commit is contained in:
Davide Passoni
2024-07-25 12:35:17 +02:00
parent 473f16dda0
commit c0b43c916e
3 changed files with 5 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ cd frontend
cd react
call npm install
call npm build-release
call npm run build-release
cd ..
cd server