fix: repair skills watcher ignored typing

This commit is contained in:
Peter Steinberger 2026-01-17 08:11:57 +00:00
parent 7fac3ead4d
commit f97295244f

View File

@ -30,7 +30,7 @@ export const DEFAULT_SKILLS_WATCH_IGNORED = [
/(^|[\\/])\.git([\\/]|$)/,
/(^|[\\/])node_modules([\\/]|$)/,
/(^|[\\/])dist([\\/]|$)/,
] as const;
] as RegExp[];
function bumpVersion(current: number): number {
const now = Date.now();