ngx-deploy-npm
Version:
Publish your libraries to NPM with just one command
11 lines • 406 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = deploy;
const tslib_1 = require("tslib");
const path = require("path");
function deploy(engine, context, options) {
return tslib_1.__awaiter(this, void 0, void 0, function* () {
yield engine.run(path.join(context.root, options.distFolderPath), options);
});
}
//# sourceMappingURL=actions.js.map