@lamantin/fastpush
Version:
Typed fastlane frontend for pushing builds to store
12 lines • 443 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ios = void 0;
const jetpack = require("fs-jetpack");
const mappers_1 = require("../mappers");
const __1 = require("..");
function ios(lanes, projectDirectory = jetpack.cwd()) {
const command = mappers_1.mapLanesToString(lanes);
return __1.fastlane(projectDirectory + '/ios', `context ${command}`);
}
exports.ios = ios;
//# sourceMappingURL=ios.js.map