We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66fdb9a commit f725934Copy full SHA for f725934
1 file changed
packages/react-scripts/scripts/init.js
@@ -41,7 +41,7 @@ function gitInit() {
41
42
execSync('git init', {stdio: 'ignore'});
43
execSync('git add .', {stdio: 'ignore'});
44
- execSync('git commit -m "chore: initial commit from create-react-app"', {stdio: 'ignore'});
+ execSync('git commit -m "initial commit from create-react-app"', {stdio: 'ignore'});
45
46
return true;
47
} catch (e) {
0 commit comments