chore: update just lint command to match package.json

This commit is contained in:
2026-06-21 01:11:33 +02:00
committed by Milas Holsting
parent 511bf8338d
commit c29f6fad92

View File

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