scripts: copy static assets

This commit is contained in:
Guillermo Rauch 2016-07-13 23:12:25 -07:00
parent 471e81d742
commit 7953c886a8

View file

@ -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