mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 09:26:43 -06:00
1767e6aab6
* chore: bump husky to v7 according to husky migration guide * chore(renovate): remove husky from list of ignored deps
5 lines
61 B
Bash
Executable File
5 lines
61 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
yarn run precommit
|