1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Use yarn to resolve lint-staged in pre-commit (#13470)

This commit is contained in:
Franck Nijhof
2022-08-24 15:27:35 +02:00
committed by GitHub
parent 6b7c00edbc
commit c2542a3baa

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
lint-staged --relative --shell "/bin/bash"
yarn run lint-staged --relative --shell "/bin/bash"