Sharkey/update.sh

5 lines
45 B
Bash
Raw Normal View History

2016-12-29 00:49:51 +02:00
#!/bin/sh
git pull
npm install
npm run build