From 61a655f1995801d2d35e32fc7fa7c2c002628c71 Mon Sep 17 00:00:00 2001 From: bergquist Date: Mon, 18 Jan 2016 14:37:53 +0100 Subject: [PATCH] feat(hooks): add grunt test to pre commit --- .hooks/pre-commit | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.hooks/pre-commit b/.hooks/pre-commit index 83ec0adba1a..2519d4c44f4 100755 --- a/.hooks/pre-commit +++ b/.hooks/pre-commit @@ -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