From d96b4b01547f06e5d232decbd0a8aaad1db6fe60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A3=A8=EB=B0=80LuMir?= Date: Thu, 19 Sep 2024 19:55:31 +0900 Subject: [PATCH] fix: incorrect path in count-docs script (#68) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2773ec6..dbbb72d 100644 --- a/package.json +++ b/package.json @@ -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",