yarn installk

This commit is contained in:
ThatOneCalculator 2022-07-18 22:08:45 -07:00
parent 51eb8b1e54
commit 023fc8948a

View file

@ -46,6 +46,7 @@ cd calckey/
cp ../misskey/.config/default.yml ./.config/default.yml # or wherever misskey folder is
yarn --version
# Check version is yarn 3.2.1!
YARN_CHECKSUM_BEHAVIOR=update yarn install
NODE_ENV=production npm run build && npm run migrate
# Edit service to point to calckey service and restart
```