@@ -1,4 +1 @@
-#!/bin/sh
-. "$(dirname "$0")/husky.sh"
-
-pnpm commitlint --edit "$1"
+npx --no -- commitlint --edit $1
@@ -1,8 +1,2 @@
-[ -n "$CI" ] && exit 0
-# Format and submit code according to lintstagedrc.js configuration
npm run ts:check
-npm run lint:lint-staged
+npm run lint:lint-staged