From e9f96f3d03523bd3c287d4ab4ae26134ac6be011 Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Fri, 10 Oct 2025 10:17:52 +0200 Subject: [PATCH] Update justfile --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index e79b8b9..737a9b5 100644 --- a/justfile +++ b/justfile @@ -8,7 +8,7 @@ test-frontend-watch: cd ui && pnpm run test:watch typecheck: - cd ui && tsc -b + cd ui && pnpm run typecheck build-frontend: cd ui && pnpm run build