Skip to content

Commit

Permalink
Update the cloc command
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp committed Mar 20, 2024
1 parent 738ff1f commit 8b63761
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 @@ -6085,7 +6085,7 @@
"lint": "eslint .",
"types": "tsc --noEmit",
"locale-snapshots": "env TZ=utc tsx ./scripts/build/localeSnapshots/index.ts",
"stats": "cloc . --exclude-dir=node_modules,tmp,.git,lib"
"stats": "cloc . --exclude-dir=node_modules,lib,examples,tmp,.git --exclude-ext=yaml,yml,json,svg,xml"
},
"devDependencies": {
"@babel/cli": "^7.22.10",
Expand Down

0 comments on commit 8b63761

Please sign in to comment.