Skip to content

Commit cf3fdde

Browse files
committed
Renamed git status check script to have a clear name
1 parent 7666527 commit cf3fdde

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: is-clean.sh renamed to is-git-status-clean.sh

File renamed without changes.

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
"scripts": {
88
"ci-check": "npm run doctoc && npm run readme:generate",
99
"doctoc": "doctoc --maxlevel=3 README_SOURCE.md",
10-
"readme:generate": "node generate-readme",
10+
"readme:generate": "node generate-readme.js",
1111
"contributors:check": "all-contributors check",
1212
"contributors:add": "all-contributors add",
1313
"contributors:generate": "all-contributors generate",
14-
"is-clean": "sh ./is-clean.sh"
14+
"is-git-status-clean": "sh ./is-git-status-clean.sh"
1515
},
1616
"husky": {
1717
"hooks": {
18-
"pre-push": "npm run ci-check && npm run is-clean"
18+
"pre-push": "npm run ci-check && npm run is-git-status-clean "
1919
}
2020
}
2121
}

0 commit comments

Comments
 (0)