fix(cli): Fix incorrect watch mode and update npm test command.
This commit is contained in:
@@ -40,6 +40,7 @@ export class Watcher {
|
||||
this.updateCurrentExecution();
|
||||
});
|
||||
await this.updateCurrentExecution();
|
||||
logger.log('info', `watcher started for ${this.options.filePathToWatch}`);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user