misskey/tools/update.sh
2017-01-14 11:05:21 +09:00

5 lines
45 B
Bash

#!/bin/sh
git pull
npm install
npm run build