diff --git a/hooks/build b/hooks/build index d087e83..019bbae 100755 --- a/hooks/build +++ b/hooks/build @@ -1,3 +1,3 @@ #!/bin/sh -make release +make build && make release