fix: correct path

This commit is contained in:
Sebastian Rindom
2021-10-12 22:10:36 +02:00
parent 30b6a793f1
commit 442d4ff3c9

View File

@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
lint-staged || node scripts/on-lint-error.js
node_modules/.bin/lint-staged || node scripts/on-lint-error.js