From 07221b4811390d62f03b6f27934d9459ea164465 Mon Sep 17 00:00:00 2001 From: jobevers Date: Thu, 9 Feb 2017 18:18:03 -0600 Subject: [PATCH] while testing, always release --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index a9143baf6..f1285aaa4 100755 --- a/build.sh +++ b/build.sh @@ -67,7 +67,7 @@ if [ -n "${TEAMCITY_VERSION:-}" ]; then export CI_BUILD_TAG=$(git describe --exact-match) set -e - node_modules/.bin/build -p onTag + node_modules/.bin/build -p always echo 'Build and packaging complete.' else