mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 09:33:34 -06:00
* 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
|