* Revert "✌️"

This reverts commit b5b437b878.

* Welcome back, yarn.lock

[lockfiles for all](https://yarnpkg.com/blog/2016/11/24/lockfiles-for-all/)

* Use alpine package registry instead of npm's

* Avoid npx

* Remove `"`

* Follow review

refs: https://github.com/syuilo/misskey/pull/5154#discussion_r303227256

* Update lockfile

* Use yarn instead of npm run

refs: https://github.com/syuilo/misskey/pull/5154#discussion_r303227285

* Back to npm

* Follow review

refs: https://github.com/syuilo/misskey/pull/5154#discussion_r303292279
This commit is contained in:
Acid Chicken (硫酸鶏) 2019-07-15 21:32:09 +09:00 committed by GitHub
parent abc57519a7
commit 4c79dd4e96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 220 additions and 223 deletions

View file

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