armcord/.hooks/pre-commit

6 lines
44 B
Bash
Executable File

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