UNPKG

@lamantin/fastpush

Version:

Typed fastlane frontend for pushing builds to store

6 lines (4 loc) 121 B
import { exec } from 'shelljs' export function commit(message: string) { exec('git commit -a -m "' + message + '"') }