diff options
| author | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2019-07-15 21:32:09 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-15 21:32:09 +0900 |
| commit | 4c79dd4e9672fb10dc0abbe3d9265ed581c9da0b (patch) | |
| tree | 9b10294c860228db93499e1f0c93c2801cdc6832 /docs/docker.en.md | |
| parent | New Crowdin translations (#5155) (diff) | |
| download | sharkey-4c79dd4e9672fb10dc0abbe3d9265ed581c9da0b.tar.gz sharkey-4c79dd4e9672fb10dc0abbe3d9265ed581c9da0b.tar.bz2 sharkey-4c79dd4e9672fb10dc0abbe3d9265ed581c9da0b.zip | |
Use yarn (#5154)
* Revert ":v:"
This reverts commit b5b437b8784eb32531e0965d722ddb691775df08.
* 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
Diffstat (limited to 'docs/docker.en.md')
| -rw-r--r-- | docs/docker.en.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docker.en.md b/docs/docker.en.md index 701514e45f..a1ddecf62b 100644 --- a/docs/docker.en.md +++ b/docs/docker.en.md @@ -68,7 +68,7 @@ Build misskey with the following: *5.* Init DB ---------------------------------------------------------------- ``` shell -docker-compose run --rm web npm run init +docker-compose run --rm web yarn run init ``` *6.* That is it. |