Explorar o código

feat(hooks): add grunt test to pre commit

bergquist %!s(int64=10) %!d(string=hai) anos
pai
achega
61a655f199
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      .hooks/pre-commit

+ 3 - 0
.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