Skip to content

Commit

Permalink
fix: incorrect path in count-docs script (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
lumirlumir authored Sep 19, 2024
1 parent 2c7578f commit d96b4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"fix-stylelint": "npx stylelint --fix **/*.{css,scss}",
"fix-prettier": "npx prettier . --write",
"fix-clangformat": "find . -name '*.c' -o -name '*.cpp' -print0 | xargs -0 npx clang-format -i",
"count-docs": "ls -R src/docs | grep .md | wc -l"
"count-docs": "ls -R src/posts/docs | grep .md | wc -l"
},
"dependencies": {
"@vercel/analytics": "^1.3.1",
Expand Down

0 comments on commit d96b4b0

Please sign in to comment.