[skip CI] build fixes

This commit is contained in:
matt 2021-03-31 07:54:59 -04:00
parent 380bc0e7f8
commit 75cef8b726

View File

@ -3,6 +3,8 @@
# clear previous build
rm -rf /build/*
cp vnc.html load.html
# build webpack
npm run build
# remove node stuff from directory
@ -14,6 +16,5 @@ cp -R ./* /build/
cd /build
rm *.md
rm AUTHORS
rm *.yml
rm vnc.html
rm vnc_lite.html