1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-15 18:54:36 +00:00
Files
adapter/.git-hooks/pre-commit
2022-05-10 11:42:35 +01:00

7 lines
99 B
Bash
Executable File

#!/bin/sh
# Silent mode prevents `commit-msg` err in log window
npm run --silent lint:fix
exit 0