mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Removed test script
This commit is contained in:
parent
39c28ffb04
commit
f6e9503045
27
test.bat
27
test.bat
@ -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 ..
|
||||
Loading…
x
Reference in New Issue
Block a user