Skip to content

Commit aecf402

Browse files
committed
Add message for debugging
1 parent b08e063 commit aecf402

File tree

1 file changed

+4
-0
lines changed
  • packages/react-scripts/scripts

1 file changed

+4
-0
lines changed

packages/react-scripts/scripts/init.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ module.exports = function(
181181
fs.unlinkSync(templateDependenciesPath);
182182
}
183183

184+
console.log(chalk.red('CREATE-REACT-LIBRARY'));
185+
console.log();
186+
184187
// Install react and react-dom for backward compatibility with old CRA cli
185188
// which doesn't install react and react-dom along with react-scripts
186189
// or template is presetend (via --internal-testing-template)
@@ -256,6 +259,7 @@ module.exports = function(
256259
}
257260
console.log();
258261
console.log('Happy hacking!');
262+
console.log();
259263
};
260264

261265
function isReactInstalled(appPackage) {

0 commit comments

Comments
 (0)