Removed test script

This commit is contained in:
Pax1601 2024-02-19 18:54:25 +01:00
parent 39c28ffb04
commit f6e9503045

View File

@ -1,27 +0,0 @@
cd frontend
cd website
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 ..\..
cd ..
cd server
rmdir /s /q hgt
call npm install
call npm run build-release
cd ..
cd ..