fix: remove stray skills watcher bracket
This commit is contained in:
parent
6d4622ec40
commit
ff2cd36a83
@ -31,7 +31,6 @@ export const DEFAULT_SKILLS_WATCH_IGNORED: RegExp[] = [
|
||||
/(^|[\\/])node_modules([\\/]|$)/,
|
||||
/(^|[\\/])dist([\\/]|$)/,
|
||||
];
|
||||
];
|
||||
|
||||
function bumpVersion(current: number): number {
|
||||
const now = Date.now();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user