rudeshark.net/tools/update.sh

5 lines
45 B
Bash
Raw Normal View History

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