Skip to content

Commit

Permalink
Remove entireMetricsCollection contents on clean
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltaranto committed May 7, 2024
1 parent d5d2608 commit 5d55790
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/metrics/scripts/clean.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,5 @@ import del from 'del';
import { metricsDir } from './paths';

(async () => {
await del([
`${metricsDir}/**/*.d.ts`,
`${metricsDir}/**/*.cjs`,
`${metricsDir}/**/*.mjs`,
]);
await del(`${metricsDir}/*`);
})();

0 comments on commit 5d55790

Please sign in to comment.