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 c759305 commit 705de03Copy full SHA for 705de03
package.json
@@ -4,8 +4,7 @@
4
"all-contributors-cli": "5.4.0"
5
},
6
"scripts": {
7
- "ci-check": "npm run readme:generate && npm run check-git-clean",
8
- "check-git-clean": "if output=$(git status --porcelain) && [ -z '$output' ]; then echo 'Success!'; else echo '\n>>> Please check CONTRIBUTING.md to learn how to properly amend README.md <<<\n'; fi",
+ "ci-check": "npm run readme:generate",
9
"readme:generate": "node generate-readme",
10
"contributors:add": "all-contributors add",
11
"contributors:generate": "all-contributors generate"
0 commit comments