diff --git a/hippo4j-ui-new/.husky b/hippo4j-ui-new/.husky/pre-commit similarity index 78% rename from hippo4j-ui-new/.husky rename to hippo4j-ui-new/.husky/pre-commit index 2d9a4ab3..ecde158f 100644 --- a/hippo4j-ui-new/.husky +++ b/hippo4j-ui-new/.husky/pre-commit @@ -1,5 +1,5 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - -echo "pre-commit"; -npx lint-staged; \ No newline at end of file +#!/usr/bin/env sh +. "$(dirname -- "$0")/_/husky.sh" + +echo "pre-commit"; +npm run lint; \ No newline at end of file