import { runCliCommand } from './runCliCommand'; import { runCiFrontend } from './ciFrontend'; runCliCommand(runCiFrontend);