mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
scripts: copy static assets
This commit is contained in:
parent
471e81d742
commit
7953c886a8
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ npm install
|
||||||
npm run lint
|
npm run lint
|
||||||
npm run build
|
npm run build
|
||||||
cd -
|
cd -
|
||||||
|
cp -r app/assets build/
|
||||||
cp app/index.html build/
|
cp app/index.html build/
|
||||||
cp -r app/dist build/
|
cp -r app/dist build/
|
||||||
mkdir dist
|
mkdir dist
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue