6 lines
80 B
Batchfile
6 lines
80 B
Batchfile
cd web
|
|
call npm run build
|
|
mkdir ../html
|
|
robocopy ./dist ../html /MIR
|
|
cd ..
|