UNPKG

nx

Version:

The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.

8 lines (7 loc) 275 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.startCiRunHandler = startCiRunHandler; const utils_1 = require("../utils"); function startCiRunHandler(args) { return (0, utils_1.executeNxCloudCommand)('start-ci-run', args.verbose); }