Revert pdf links

This commit is contained in:
Jocelyn Badgley (Twipped)
2022-06-24 11:50:28 -07:00
parent 162b5616d7
commit c015fb8ba7
8 changed files with 10 additions and 10 deletions

View File

@@ -68,9 +68,9 @@ module.exports = exports = async function process (tasks, cache) {
}
if (taskLog && LOG[taskLog[0]]) log.info(...taskLog);
if (cache.isProd && status.revPath) {
await fs.writeFile(resolve('dist', status.revPath), result);
}
// if (cache.isProd && status.revPath) {
// await fs.writeFile(resolve('dist', status.revPath), result);
// }
}, { concurrency: 20 });