diff --git a/.buildkite/deploy.sh b/.buildkite/deploy.sh index 11c9cfca..bba47b73 100755 --- a/.buildkite/deploy.sh +++ b/.buildkite/deploy.sh @@ -5,6 +5,7 @@ set -euo pipefail TAG_VERSION=$(buildkite-agent meta-data get "tag-version" --default "0.0.0-alpha-$(date +%Y%m%d%H%M%S)") TAG_VERSION=${TAG_VERSION/v/} +yarn make compile # Publish the package