5 lines
48 B
Bash
5 lines
48 B
Bash
|
cd web
|
||
|
npm run build
|
||
|
cp -R ./dist ../html
|
||
|
cd ..
|