UNPKG

368 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const child_process_1 = require("child_process");
4const appRootDir = require("app-root-dir");
5function exec(command, options) {
6 child_process_1.execSync(command, Object.assign({ stdio: 'inherit', cwd: appRootDir.get() }, options));
7}
8exports.exec = exec;
9//# sourceMappingURL=exec.js.map
\No newline at end of file