Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/bs / dist / bundle / deleteDist.js
Size: Mime:
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const utils_1 = require("../utils");
const resolveToRoot_1 = require("../resolveToRoot");
const getConfigForEnv_1 = tslib_1.__importDefault(require("../oneConfig/getConfigForEnv"));
const buildOutputPath = resolveToRoot_1.resolveToRoot(getConfigForEnv_1.default('buildOutputPath'));
utils_1.deleteDist(buildOutputPath);
//# sourceMappingURL=deleteDist.js.map