Skip to content

Commit

Permalink
try adding compile in deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
joephela committed Jan 18, 2024
1 parent ffe201d commit f21d6ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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/}

make compile

# Publish the package
echo "versioning package ${TAG_VERSION}"
npm version ${TAG_VERSION} --no-git-tag-version
Expand Down

0 comments on commit f21d6ba

Please sign in to comment.