diff --git a/.husky/pre-commit b/.husky/pre-commit index 6b00462e..ce9e735c 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1 +1,2 @@ +#!/bin/sh yarn precommit diff --git a/.husky/pre-push b/.husky/pre-push index 3e97e472..f42e27e7 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1 +1,2 @@ +#!/bin/sh yarn prepush