matrix-dimension/jenkins.sh

8 lines
107 B
Bash
Raw Normal View History

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