armcord/.hooks/pre-commit

6 lines
45 B
Bash
Executable File

#!/bin/sh
set -e
pnpm run format
git add -A