Enable typecheck before build console

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-03-09 15:31:32 +01:00
parent 92826c40f5
commit 6ca70e4d73

View File

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