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:
@ -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:
|
If you're running Outline by cloning this repository, run the following command to upgrade:
|
||||||
```
|
```
|
||||||
yarn upgrade
|
yarn run upgrade
|
||||||
```
|
```
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
Reference in New Issue
Block a user