Update clean-transpile command to remove eslint cache

This commit is contained in:
yash-signal
2025-09-17 11:24:31 -05:00
committed by GitHub
parent f8db88a0cd
commit 234d238786

View File

@@ -16,6 +16,7 @@ const PATTERNS = [
'tsconfig.tsbuildinfo',
'preload.bundle.js',
'preload.bundle.cache',
'.eslintcache',
];
async function main() {