5 lines
72 B
Bash
5 lines
72 B
Bash
|
npm run build;
|
||
|
cp -r dist build
|
||
|
cp index.html build
|
||
|
cp styles.css build
|