From cadadcbc383ca2db4e3c49de34b9e4475c8b3685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Thu, 4 Dec 2025 17:27:03 +0400 Subject: [PATCH] Put back npm-lint in make lint target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 57bc6e8d1..bd5bce434 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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