Put back npm-lint in make lint target

Signed-off-by: Émile Ré <nemile.re@gmail.com>
This commit is contained in:
Émile Ré
2025-12-04 17:27:03 +04:00
parent a202f2f51e
commit cadadcbc38

View File

@@ -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