docs: 📝 npm -> yarn

This commit is contained in:
ThatOneCalculator 2022-08-09 20:06:49 -07:00
parent 53c125245c
commit 42eacf2291

View file

@ -64,7 +64,7 @@ cp ../misskey/.config/default.yml ./.config/default.yml # replace `../misskey/`
```sh
# git pull
yarn install
NODE_ENV=production npm run build && npm run migrate
NODE_ENV=production yarn run build && yarn run migrate
# Edit service to point to calckey folder and restart!
```