Added shebang line on husky pre-* commands

This allows push/commit on Windows
This commit is contained in:
Adam Wendt
2021-08-10 15:27:28 -07:00
committed by Alec LaLonde
parent 021237fe3f
commit e47a6c5f1f
2 changed files with 2 additions and 0 deletions

View File

@@ -1 +1,2 @@
#!/bin/sh
yarn precommit

View File

@@ -1 +1,2 @@
#!/bin/sh
yarn prepush