UNPKG

426 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 => packagr_1.ngPackagr()
11 .forProject(opts.project)
12 .withOptions({ watch: opts.watch })
13 .withTsConfig(opts.config)
14 .build();
15exports.build = build;
16//# sourceMappingURL=build.command.js.map
\No newline at end of file