UNPKG

bit-bin

Version:

<a href="https://opensource.org/licenses/Apache-2.0"><img alt="apache" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"></a> <a href="https://github.com/teambit/bit/blob/master/CONTRIBUTING.md"><img alt="prs" src="https://img.shields.io/b

29 lines (23 loc) 613 B
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = CiUpdateAction; function _runAndUpdateCi() { const data = _interopRequireDefault(require("../../../scope/ci-ops/run-and-update-ci")); _runAndUpdateCi = function () { return data; }; return data; } function CiUpdateAction(id, path, verbose, directory, keep = false, noCache = false) { return (0, _runAndUpdateCi().default)({ id, scopePath: path, verbose, directory, keep, noCache }); }