mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-29 05:17:39 -07:00
docs: 📝 npm -> yarn
This commit is contained in:
parent
519c30421c
commit
1fa8559948
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ cp ../misskey/.config/default.yml ./.config/default.yml # replace `../misskey/`
|
||||||
```sh
|
```sh
|
||||||
# git pull
|
# git pull
|
||||||
yarn install
|
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!
|
# Edit service to point to calckey folder and restart!
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue