Skip to content

Commit 8218114

Browse files
Add a count to the Makefile
1 parent 2d3fe98 commit 8218114

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ graph:
1313

1414
test:
1515
apm test
16+
17+
count:
18+
rg --files | grep -v \.js$ | grep -v dist | grep -v \.png$ | grep -v \.gif$ | grep -v package-lock.json | xargs wc -l | sort -n

0 commit comments

Comments
 (0)