8 lines
101 B
Batchfile
8 lines
101 B
Batchfile
cd web
|
|
call npm ci
|
|
call npm run build
|
|
mkdir ../html
|
|
robocopy ./dist ../html /MIR
|
|
cd ..
|
|
npm ci
|