AppReports/build.bat

6 lines
80 B
Batchfile
Raw Normal View History

2019-09-02 08:22:57 +02:00
cd web
call npm run build
mkdir ../html
robocopy ./dist ../html /MIR
cd ..