We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4791b59 commit 6d476fdCopy full SHA for 6d476fd
.husky/pre-commit
@@ -1,4 +1,4 @@
1
-#!/bin/bash
+#!/usr/bin/env sh
2
. "$(dirname -- "$0")/_/husky.sh"
3
4
npm run lint && npm run format && git add . && npm run test
0 commit comments