Skip to content

Commit

Permalink
package.json: cloc countLines
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohaodu committed May 31, 2024
1 parent a607858 commit 1f3ead4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"copy:prod": "copyfiles -u 2 docker/prod/**/* dist",
"copy:dev": "copyfiles -u 2 docker/dev/**/* dist",
"tsc": "pnpm --filter web-chat-x-express tsc --noEmit&&pnpm --filter web-chat-x-express tsc --noEmit",
"countLines": "cloc . --exclude-dir=node_modules,build,dist,.pnpm-store --include-lang=JavaScript,TypeScript,Vue,HTML,CSS,SCSS,SASS,Less,JSON,Markdown",
"prepare": "husky"
},
"keywords": [],
Expand Down

0 comments on commit 1f3ead4

Please sign in to comment.