Commit 8af4f8c
authored
Fix pre-commit hook on Windows (#1555)
The pre-commit hooks do not work on Windows due to issue described in
typicode/husky#1072 (comment)
This means you cannot commit any changes without using `--no-verify`
which is... annoying.1 parent ecca549 commit 8af4f8c
1 file changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments