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

Function printFinalInstructions

scripts/devtools/build-and-test.js:230–237  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

228}
229
230function printFinalInstructions() {
231 const publishReleaseScriptPath = join(__dirname, 'publish-release.js');
232 const pathToPrint = relative(process.cwd(), publishReleaseScriptPath);
233
234 console.log('');
235 console.log('Continue by running the publish-release script:');
236 console.log(chalk.bold.green(' ' + pathToPrint));
237}
238
239main();

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected