nodejs-hands-on/.githooks/pre-commit
2023-11-08 14:51:17 +09:00

4 lines
45 B
Bash
Executable file

#!/bin/sh
set -e
npm run format
npm run test