armcord/.hooks/pre-commit
2022-11-20 21:05:40 +01:00

6 lines
44 B
Bash
Executable file

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