Skip cache if a task is a copy or says to skip cache

This commit is contained in:
Jocelyn Badgley (Twipped)
2020-02-27 20:41:18 -08:00
parent e95f2cf3db
commit 4751c8f215
4 changed files with 17 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ const LOG = {
rebuild: true,
cached: false,
copy: false,
silent: false,
};
module.exports = exports = async function process (tasks, cache) {