diff --git a/config.js b/config.js index 0f926cb..2a180b5 100644 --- a/config.js +++ b/config.js @@ -139,6 +139,7 @@ module.exports = { diskCache: { enabled: diskCacheEnabled, files: [ + ...repositoryCacheFiles, '**/BUILD.bazel', '**/BUILD' ],