Skip to content

Commit

Permalink
fix count later
Browse files Browse the repository at this point in the history
  • Loading branch information
borud committed Apr 9, 2023
1 parent 0f450b6 commit 0c9ae8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gen:
@buf generate

count:
@gocloc --not-match-d pkg/pax .
@gocloc --not-match-d 'pkg/pax|frontend' .

clean:
@rm -rf bin pkg/pax doc/swagger
Expand Down

0 comments on commit 0c9ae8f

Please sign in to comment.