Update justfile

This commit is contained in:
Arthur Belleville 2025-10-10 10:17:52 +02:00
parent 973c7f3e7f
commit e9f96f3d03
No known key found for this signature in database

View file

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