UNPKG

@lamantin/fastpush

Version:

Typed fastlane frontend for pushing builds to store

12 lines 443 B
"use strict"; 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