import { runCliCommand } from './runCliCommand'; import { runPreCommitFrontend } from './preCommitFrontend'; runCliCommand(runPreCommitFrontend);