Updated build scripts for react website

This commit is contained in:
Davide Passoni
2024-07-25 10:41:56 +02:00
parent aa7db94750
commit 03de0f9175
6 changed files with 30 additions and 16 deletions

View File

@@ -7,21 +7,9 @@ cd ..
cd frontend
cd website
cd react
call npm install
call npm run emit-declarations
call npm run build-release
cd plugins\controltips
call npm install
call npm run build-release
cd ..\..
cd plugins\databasemanager
call npm install
call npm run build-release
cd ..\..
call npm build-release
cd ..
cd server