Added check on correct setup of the environment

This commit is contained in:
Davide Passoni
2024-02-19 15:34:39 +01:00
parent bc6c70928f
commit 4efd48c4b9
12 changed files with 40 additions and 20 deletions

View File

@@ -1,3 +1,7 @@
call ./scripts/copy.bat
call ./scripts/create-mock-dcs.bat
node ./bin/demo --config %1
cd ..
call .\check_setup.bat
cd server
call .\scripts\copy.bat
call .\scripts\create-mock-dcs.bat
node .\bin\demo --config %1