mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-02-03 21:30:20 -07:00
dont need yarn update env anymore
This commit is contained in:
parent
8dd67447b9
commit
3ba83994d5
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ cp ../misskey/.config/default.yml ./.config/default.yml # or wherever misskey fo
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# git pull
|
# git pull
|
||||||
YARN_CHECKSUM_BEHAVIOR=update yarn install
|
yarn install
|
||||||
NODE_ENV=production npm run build && npm run migrate
|
NODE_ENV=production npm run build && npm 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