iceshrimp-legacy/update.sh
2016-12-29 07:49:51 +09:00

5 lines
45 B
Bash

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