From 3ea74b484c2312293e97a1e57db562739d15b7b3 Mon Sep 17 00:00:00 2001 From: frzyc Date: Fri, 8 Mar 2024 15:04:04 -0500 Subject: [PATCH] fix typecheck in mini-ci (#1636) * fix typecheck in mini-ci * typecheck first --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 26a43bbf38..db01491666 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "frontend": "nx serve frontend", "build-all": "nx run-many -t build", - "mini-ci": "nx format:write && nx affected -t test,lint,typecheck --max-warnings=0", + "mini-ci": "nx format:write && nx affected -t typecheck && nx affected -t test,lint --max-warnings=0", "reload-dm": "git submodule update --init", "update-dm": "git submodule update --remote" },