Skip to content
Snippets Groups Projects
Commit c3a4b904 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

chore: fix clean-cache paths

parent 8e81a647
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,5 @@ const fs = require('fs-extra'); ...@@ -2,6 +2,5 @@ const fs = require('fs-extra');
const os = require('os'); const os = require('os');
(async () => { (async () => {
await fs.remove(os.tmpdir() + '/renovate-cache-changelog-v3'); await fs.remove(os.tmpdir() + '/renovate-cache-v1');
await fs.remove(os.tmpdir() + '/renovate-npm-cache');
})(); })();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment