From 4db0dc467c11f0005f9bec77f7479a599e25723d Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 29 Sep 2017 00:36:56 -0600 Subject: [PATCH] Commit and run angular build --- git-post-receive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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