1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-19 09:57:30 -06:00
paricafe/tools/update.sh
2017-01-14 11:05:21 +09:00

4 lines
45 B
Bash

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