1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-11 06:10:05 +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