MCPcopy Index your code
hub / github.com/react/create-react-app / build

Method build

test/fixtures/__shared__/util/scripts.js:59–64  ·  view source on GitHub ↗
({ env = {} } = {})

Source from the content-addressed store, hash-verified

57 }
58
59 async build({ env = {} } = {}) {
60 return await execaSafe('npm', ['run', 'build'], {
61 cwd: this.root,
62 env: Object.assign({}, { CI: 'false', FORCE_COLOR: '0' }, env),
63 });
64 }
65
66 async serve() {
67 const port = await getPort();

Callers 10

index.test.jsFile · 0.80
index.test.jsFile · 0.80
index.test.jsFile · 0.80
index.test.jsFile · 0.80
index.test.jsFile · 0.80
index.test.jsFile · 0.80
index.test.jsFile · 0.80
index.test.jsFile · 0.80
index.test.jsFile · 0.80
index.test.jsFile · 0.80

Calls 1

execaSafeFunction · 0.85

Tested by

no test coverage detected