1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 16:15:50 +02:00

Use yarn instead of npm

This commit is contained in:
Acid Chicken (硫酸鶏)
2019-07-14 10:04:52 +09:00
parent 6e042ca344
commit b3e5198f23
4 changed files with 8 additions and 8 deletions

View File

@@ -637,7 +637,7 @@ mongodb:
db: misskey
```
3. migration ブランチに切り替え
4. `npm i`
4. `npx yarn install`
5. `npm run build`
6. `npm run migrate`
7. master ブランチに戻す