diff --git a/git-post-receive b/git-post-receive index f9aba5f..2460c1d 100644 --- a/git-post-receive +++ b/git-post-receive @@ -1,7 +1,7 @@ #!/bin/sh BUILD_ANGULAR_ARG=$1 -BUILD_ANGULAR=false +BUILD_ANGULAR=true if [ "$BUILD_ANGULAR_ARG" = -ng ]; then BUILD_ANGULAR=true fi