ultra-runner
Version:
Smart and beautiful script runner that hijacks any `npm run`, `yarn` and `npx` calls for ultra fast execution
10 lines • 469 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./build"), exports);
tslib_1.__exportStar(require("./git"), exports);
tslib_1.__exportStar(require("./package"), exports);
tslib_1.__exportStar(require("./runner"), exports);
tslib_1.__exportStar(require("./workspace"), exports);
tslib_1.__exportStar(require("./workspace.providers"), exports);
//# sourceMappingURL=index.js.map