From 381a585871dcf10e0d21765f0a6fd9f8a5d797cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Wed, 22 Jul 2026 12:54:07 +0200 Subject: [PATCH] Remove duplicated makefile target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- GNUmakefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index f3ac67abd..1a1754413 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -335,12 +335,6 @@ pkg/server/api/complianceportal/v1/schema.graphql: pkg/server/api/complianceport $(NPM) --workspace $@ run check $(NPM) --workspace $@ run build -.PHONY: @probo/compliance-portal -@probo/compliance-portal: NODE_ENV=production -@probo/compliance-portal: relay - $(NPM) --workspace $@ run check - $(NPM) --workspace $@ run build - .PHONY: generate generate: $(GENERATED)