diff options
| author | Ben Beltran <ben@nsovocal.com> | 2019-12-23 00:21:06 +0100 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2019-12-23 00:21:06 +0100 |
| commit | a9b3b4d512421817cc34c4efe5f4d29a9453278d (patch) | |
| tree | 913ab9a4e4da7843bd43331eb5cca7f87dae1f1a /scripts | |
| parent | 24c19840864ecca77c75983d3388c3c19a260e79 (diff) | |
Add git hooks
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/git-hooks/pre-commit | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/git-hooks/pre-commit b/scripts/git-hooks/pre-commit new file mode 100755 index 0000000..7c0849a --- /dev/null +++ b/scripts/git-hooks/pre-commit @@ -0,0 +1,4 @@ +#!/usr/bin/env sh + +npm run linthtml +npm run lint |