Skip to content

Commit 887f884

Browse files
committed
If lint is OK let user know
1 parent 2fac23d commit 887f884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ install: deps
1616
$(GITBOOK) install
1717

1818
lint:
19-
$(LINTER) . --ignore node_modules
19+
@$(LINTER) . --ignore node_modules && echo 'All good 👌'
2020

2121
serve:
2222
ifndef GITBOOK

0 commit comments

Comments
 (0)