fix(cli): Fix incorrect watch mode and update npm test command.

This commit is contained in:
2024-12-04 22:58:46 +01:00
parent e2b154f392
commit dc6bb93349
5 changed files with 12 additions and 23 deletions

View File

@@ -40,6 +40,7 @@ export class Watcher {
this.updateCurrentExecution();
});
await this.updateCurrentExecution();
logger.log('info', `watcher started for ${this.options.filePathToWatch}`);
}
/**