FoundKey/update.sh

5 lines
45 B
Bash
Raw Normal View History

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