import { runCliCommand } from './runCliCommand'; import { runPrePushFrontend } from './prePushFrontend'; runCliCommand(runPrePushFrontend);