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

Function printFinalInstructions

scripts/devtools/prepare-release.js:195–202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

193}
194
195function printFinalInstructions() {
196 const buildAndTestcriptPath = join(__dirname, 'build-and-test.js');
197 const pathToPrint = relative(process.cwd(), buildAndTestcriptPath);
198
199 console.log('');
200 console.log('Continue by running the build-and-test script:');
201 console.log(chalk.bold.green(' ' + pathToPrint));
202}
203
204async function reviewChangelogPrompt() {
205 console.log('');

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected