matrix-dimension/jenkins.sh

8 lines
107 B
Bash
Raw Normal View History

2017-06-26 00:22:14 -04:00
#!/bin/bash
npm --version
node --version
npm install
npm run build
rm -f web.zip
zip -r web.zip web-dist/*