7 lines
62 B
Bash
7 lines
62 B
Bash
|
cd web
|
||
|
npm ci
|
||
|
npm run build
|
||
|
cp -R ./dist ../html
|
||
|
cd ..
|
||
|
npm ci
|