MCPcopy Index your code
hub / github.com/react/react / runShellCommand

Function runShellCommand

scripts/rollup/build.js:823–826  ·  view source on GitHub ↗
(command)

Source from the content-addressed store, hash-verified

821}
822
823function runShellCommand(command) {
824 console.log(chalk.dim('Running: ') + chalk.cyan(command));
825 childProcess.execSync(command, {stdio: 'inherit', shell: true});
826}
827
828async function buildEverything() {
829 if (!argv['unsafe-partial']) {

Callers 1

buildEverythingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected