Skip to content

Commit

Permalink
scripts: add build-js to release process (#6268)
Browse files Browse the repository at this point in the history
this got accidentally removed
in #6241
when i removed the publish step

Signed-off-by: Nick Santos <nick.santos@docker.com>
  • Loading branch information
nicks committed Nov 30, 2023
1 parent ab4b97c commit 62f1fce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/release-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ git config --global user.name "Tilt Dev"

VERSION=$(git describe --abbrev=0 --tags)

CI=false make build-js
goreleaser --clean

./scripts/release-update-tilt-repo.sh "$VERSION"
Expand Down

0 comments on commit 62f1fce

Please sign in to comment.