Put back npm-lint in make lint target
Signed-off-by: Émile Ré <nemile.re@gmail.com>
This commit is contained in:
@@ -42,7 +42,7 @@ PROBOD_SRC= cmd/probod/main.go
|
||||
all: build
|
||||
|
||||
.PHONY: lint
|
||||
lint: vet # npm-lint
|
||||
lint: vet npm-lint
|
||||
|
||||
.PHONY: vet
|
||||
vet: @probo/emails
|
||||
|
||||
Reference in New Issue
Block a user