diff --git a/.husky/pre-commit b/.husky/pre-commit index 5ad3415b3..e266366d8 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,2 +1,3 @@ -npx --no-install pretty-quick --staged -npm run eslint:ci --quiet +yarn pretty-quick --staged +yarn eslint:ci --quiet +yarn typecheck