Commit c05f082e authored by nanahira's avatar nanahira

run npm cache clean

parent e2a11819
......@@ -132,6 +132,8 @@ async function main() {
logger.warn(`No plugins found, exiting.`);
return;
}
logger.info(`Cleaning NPM cache.`);
await execAsync(`npm cache clean --force`);
for (const [name, info] of Object.entries(plugins)) {
if (!info.$install) {
continue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment