1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-06-08 18:20:20 +00:00
Files
adapter/.git-hooks/pre-commit
T

5 lines
44 B
Bash
Executable File

#!/bin/sh
npm run --silent lint:fix
exit 0