Add jenkins build script

This commit is contained in:
turt2live 2017-06-25 22:22:14 -06:00
parent b6b7cc5517
commit 353d4304da

7
jenkins.sh Normal file
View file

@ -0,0 +1,7 @@
#!/bin/bash
npm --version
node --version
npm install
npm run build
rm -f web.zip
zip -r web.zip web-dist/*