]> cat aescling's git repositories - mastodon.git/commit
Do not use npm (#6656)
authorAkihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp>
Tue, 6 Mar 2018 20:36:46 +0000 (05:36 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 6 Mar 2018 20:36:46 +0000 (21:36 +0100)
commit81cefc1913e89a3f659d9a2663f4006db94004cd
treef778677741ddaa8524f4f5565b4589eb67aa1283
parenta07cfee644a6b854c977903775e083c2a3d827b8
Do not use npm (#6656)

Both of yarn and npm are used in Mastodon, but the combined usage requires
a redundant dependency and may lead to data inconsistency.

Considering that yarn has autoclean feature which npm does not have,
this change replaces all npm usage with yarn.

This change requires documentation update. Most notably, the following
command must be executed before assets precompilation if any system
dependency of node-sass has changed:

yarn install --force --pure-lockfile
Dockerfile
docker-compose.yml
package.json