yarn does not update package installed from the same url!

This commit is contained in:
les
2021-07-15 19:20:44 +02:00
parent 78df98c646
commit aa58d3174d
2 changed files with 2 additions and 1 deletions

View File

@@ -64,6 +64,7 @@ sudo pm2 startup -u gancio
## Upgrade
```bash
sudo yarn cache clean gancio
sudo yarn global add --silent {{site.url}}/latest.tgz 2> /dev/null
sudo service pm2 restart
```