UNPKG

@lamantin/fastpush

Version:

Typed fastlane frontend for pushing builds to store

9 lines 286 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.commit = void 0; const shelljs_1 = require("shelljs"); function commit(message) { shelljs_1.exec('git commit -a -m "' + message + '"'); } exports.commit = commit; //# sourceMappingURL=commit.js.map