chore: update just lint command to match package.json

This commit is contained in:
2026-06-21 01:11:33 +02:00
parent 85afbe8e69
commit 264314bd17

View File

@@ -5,7 +5,7 @@ fmt:
go fmt ./...
lint:
bun run lint:go
bun run lint
lint-ts:
bun run lint:ts