Skip to content

Commit ec6143c

Browse files
committed
Expansive count
1 parent 9fef107 commit ec6143c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ test:
2121
npm test
2222

2323
count:
24-
ag -g 'c$$|cc$$|hh$$|tsx?$$|frag$$|vert$$' --ignore='tests' | xargs wc -l
24+
ag -g 'c$$|cc$$|hh$$|js$$|tsx?$$|frag$$|vert$$' --ignore='tests' | xargs wc -l
2525

2626
# deploy to github pages
2727
deploy:

0 commit comments

Comments
 (0)