import { runCliCommand } from './runCliCommand'; import { runPrePushBackend } from './prePushBackend'; runCliCommand(runPrePushBackend);