bbc / simorgh

The BBC's Open Source Web Application. Contributions welcome! Used on some of our biggest websites, e.g.
https://www.bbc.com/thai
Other
1.38k stars 215 forks source link

Adds a postupgrade task to try and force a seperate yarn install #11692

Closed HarveyPeachey closed 2 months ago

HarveyPeachey commented 2 months ago

Resolves JIRA N/A

Overall changes

Adds the following to renovate.json to see if it fixes timeouts, whilst also purging yarn cache:

"skipInstalls": true,
  "postUpgradeTasks": {
    "commands": ["yarn install"]
  },

Code changes

Testing

  1. List the steps used to test this PR.

Helpful Links

Add Links to useful resources related to this PR if applicable.

Coding Standards

Repository use guidelines