1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 20:56:06 +02:00
This commit is contained in:
syuilo
2017-01-14 11:05:21 +09:00
parent 5cb338d5b1
commit e6c782c617
3 changed files with 3 additions and 2 deletions

4
tools/update.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
git pull
npm install
npm run build