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