Skip to content

Commit

Permalink
chore: create new script(count-docs) in package.json (#11)
Browse files Browse the repository at this point in the history
package.json에 count-docs 스크립트 추가.
  • Loading branch information
lumirlumir authored Aug 2, 2024
1 parent d80b5e2 commit b8bd869
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"scripts": {
"prepare": "husky",
"lint-editorconfig": "npx editorconfig-checker",
"lint-markdownlint": "npx markdownlint **/*.md"
"lint-markdownlint": "npx markdownlint **/*.md",
"count-docs": "ls -R docs/ | grep .md | wc -l"
},
"devDependencies": {
"editorconfig-checker": "^5.1.8",
Expand Down

0 comments on commit b8bd869

Please sign in to comment.