1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-04 19:20:05 +00:00
Files
adapter/.git-hooks/pre-commit
2022-05-10 12:22:40 +01:00

9 lines
201 B
Bash
Executable File

#!/bin/sh
# Using `--silent` helps for showing any errs in the first line of the response
# The first line is picked up by the VS Code GIT UI popup when rc is not 0
npm run --silent lint:fix
exit 0