Skip to content

Commit

Permalink
add cloc to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bhouston committed Oct 18, 2024
1 parent 981409f commit 8b93e54
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 @@ -16,6 +16,7 @@
"format": "nx run-many -t format --all",
"test": "nx run-many -t test --all",
"publish": "nx run-many -t build test --all && npx lerna publish --no-private",
"cloc": "npx cloc * --exclude-dir=node_modules,dist,.nx,.next,build",
"gcloud-setup": "gcloud auth application-default login && gcloud config set project bhouston-general-hosting && gcloud config set run/region us-central1",
"depcheck": "npx depcheck"
},
Expand Down

0 comments on commit 8b93e54

Please sign in to comment.