Skip to content

Commit f725934

Browse files
committed
Removed Chore from commit mesage
1 parent 66fdb9a commit f725934

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/react-scripts/scripts

packages/react-scripts/scripts/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function gitInit() {
4141

4242
execSync('git init', {stdio: 'ignore'});
4343
execSync('git add .', {stdio: 'ignore'});
44-
execSync('git commit -m "chore: initial commit from create-react-app"', {stdio: 'ignore'});
44+
execSync('git commit -m "initial commit from create-react-app"', {stdio: 'ignore'});
4545

4646
return true;
4747
} catch (e) {

0 commit comments

Comments
 (0)