diff --git a/mate-scripts/src/commands/CheckTypes.command.ts b/mate-scripts/src/commands/CheckTypes.command.ts index 2bf20cc..44dfb31 100644 --- a/mate-scripts/src/commands/CheckTypes.command.ts +++ b/mate-scripts/src/commands/CheckTypes.command.ts @@ -22,7 +22,7 @@ export class CheckTypesCommand extends Command { private checkTypes() { execBashCodeSilent( - `${this.binDir}tsc --no-emit`, + `${this.binDir}tsc --noEmit`, ); } }