From 6ca70e4d73bddaf73abb79d6c4099f14bfa977df Mon Sep 17 00:00:00 2001 From: gearnode Date: Sun, 9 Mar 2025 15:31:32 +0100 Subject: [PATCH] Enable typecheck before build console Signed-off-by: gearnode --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/GNUmakefile b/GNUmakefile index 82ae82e82..49622ab47 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -48,6 +48,7 @@ bin/probod: pkg/server/api/console/v1/schema/schema.go pkg/server/api/console/v1 .PHONY: @probo/console @probo/console: NODE_ENV=production @probo/console: + $(NPM) --workspace $@ run typecheck $(NPM) --workspace $@ run build pkg/server/api/console/v1/schema/schema.go \