mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
3 lines
101 B
Bash
Executable File
3 lines
101 B
Bash
Executable File
#!/bin/sh
|
|
bun prettier --write --ignore-unknown $(git diff --name-only HEAD~1 HEAD)
|
|
bun run typecheck |