dont need yarn update env anymore

This commit is contained in:
ThatOneCalculator 2022-08-07 23:19:16 -07:00
parent 0764d42f40
commit 648c58c514

View file

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