Skip to content

Commit afe78dc

Browse files
committed
fix: credits formatting
1 parent a09c917 commit afe78dc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/generate-credits.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,7 @@ git log --format="%aN" \
2121
| jq -s '{ contributors: . }' \
2222
> "$OUT"
2323

24+
# Format to match biome settings (tabs, trailing commas, etc.)
25+
npx biome format --write "$OUT" 2>/dev/null || true
26+
2427
echo "Generated $OUT with $(jq '.contributors | length' "$OUT") contributors"

0 commit comments

Comments
 (0)