fix: upgrade command (#1830)

I tested this on the server. Running yarn upgrade will result in yarn self updating. To solve this issue we need to run yarn run upgrade.
This commit is contained in:
Malek Hijazi
2021-01-21 08:19:44 +02:00
committed by GitHub
parent f608872c11
commit 9759227d73

View File

@ -87,7 +87,7 @@ docker run --rm outlinewiki/outline:latest yarn sequelize:migrate
If you're running Outline by cloning this repository, run the following command to upgrade:
```
yarn upgrade
yarn run upgrade
```
## Development