Build angular

Transactions
Dan 2017-11-03 10:35:33 -06:00
parent 530446a857
commit a0eae3a511
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
BRANCH=$1
BUILD_ANGULAR_ARG=$2
BUILD_ANGULAR=false
BUILD_ANGULAR=true
if [ "$BUILD_ANGULAR_ARG" = -ng ]; then
BUILD_ANGULAR=true
fi