mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(hooks): add grunt test to pre commit
This commit is contained in:
parent
1e06f3f5f4
commit
61a655f199
@ -5,3 +5,6 @@ if [ $? -gt 0 ]; then
|
||||
echo "Some files aren't formatted, please run 'go fmt ./pkg/...' to format your source code before committing"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
grunt test
|
||||
|
Loading…
Reference in New Issue
Block a user