add linux build script

This commit is contained in:
Timo Hocker 2019-09-02 08:29:46 +02:00
parent 62cb976f7e
commit b7483e9141

6
build.sh Executable file
View File

@ -0,0 +1,6 @@
cd web
npm ci
npm run build
cp -R ./dist ../html
cd ..
npm ci