AppReports/build.bat

8 lines
101 B
Batchfile
Raw Normal View History

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