mirror of
https://example.com
synced 2024-11-23 09:36:38 +09:00
docs: 📝 npm -> yarn
This commit is contained in:
parent
53c125245c
commit
42eacf2291
1 changed files with 1 additions and 1 deletions
|
@ -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!
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue