diff --git a/scripts/clean-transpile.js b/scripts/clean-transpile.js index 34ff5daceb..ebb5661c36 100644 --- a/scripts/clean-transpile.js +++ b/scripts/clean-transpile.js @@ -16,6 +16,7 @@ const PATTERNS = [ 'tsconfig.tsbuildinfo', 'preload.bundle.js', 'preload.bundle.cache', + '.eslintcache', ]; async function main() {