forked from github.com/GenderDysphoria.fyi
Skip cache if a task is a copy or says to skip cache
This commit is contained in:
@@ -11,6 +11,7 @@ const LOG = {
|
||||
rebuild: true,
|
||||
cached: false,
|
||||
copy: false,
|
||||
silent: false,
|
||||
};
|
||||
|
||||
module.exports = exports = async function process (tasks, cache) {
|
||||
|
||||
Reference in New Issue
Block a user