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