UNPKG

414 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.build = void 0;
4const packagr_1 = require("../packagr");
5/**
6 * Command running an "one-off" build.
7 *
8 * @stable
9 */
10const build = opts => (0, packagr_1.ngPackagr)().forProject(opts.project).withTsConfig(opts.config).build({ watch: opts.watch, poll: opts.poll });
11exports.build = build;
12//# sourceMappingURL=build.command.js.map
\No newline at end of file