AppReports/build.bat
Timo Hocker 0405443391 fixes
2019-09-03 12:24:50 +02:00

6 lines
80 B
Batchfile

cd web
call npm run build
mkdir ../html
robocopy ./dist ../html /MIR
cd ..