MCPcopy Index your code
hub / github.com/ReactTraining/react-broadcast / exec

Function exec

scripts/release.js:6–7  ·  view source on GitHub ↗
(command)

Source from the content-addressed store, hash-verified

4const prompt = require('readline-sync').question
5
6const exec = (command) =>
7 execSync(command, { stdio: 'inherit' })
8
9const getPackageVersion = () =>
10 JSON.parse(readFileSync(resolvePath(__dirname, '../package.json'))).version

Callers 1

release.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…