UNPKG

ng-packagr

Version:

Compile and package Angular libraries in Angular Package Format (APF)

16 lines 431 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.build = void 0; const packagr_1 = require("../packagr"); /** * Command running an "one-off" build. * * @stable */ const build = opts => (0, packagr_1.ngPackagr)() .forProject(opts.project) .withOptions({ watch: opts.watch }) .withTsConfig(opts.config) .build(); exports.build = build; //# sourceMappingURL=build.command.js.map