AppReports/build.bat
2019-09-02 08:22:57 +02:00

8 lines
101 B
Batchfile

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