1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-10 13:50:05 +00:00
Files
adapter/.git-hooks/pre-commit
2022-05-10 12:37:50 +02:00

7 lines
195 B
Bash
Executable File

#!/bin/sh
# We make this command run without printing to console, because if it does, it prevents `commit-msg` error to be shown when commiting
# trough VS Code
npm run --silent lint:fix
exit 0