Skip to content

Commit

Permalink
fix(developer): publish developer-utils package during build
Browse files Browse the repository at this point in the history
Fixes: #12426
  • Loading branch information
mcdurdin committed Sep 25, 2024
1 parent 98566b4 commit 87aff8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions developer/src/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ function do_publish() {
DRY_RUN=--dry-run
fi

./common/web/utils/build.sh publish $DRY_RUN $NPM_PUBLISH
../../common/web/keyman-version/build.sh publish $DRY_RUN $NPM_PUBLISH
../../common/web/types/build.sh publish $DRY_RUN $NPM_PUBLISH
../../core/include/ldml/build.sh publish $DRY_RUN $NPM_PUBLISH
Expand Down

0 comments on commit 87aff8d

Please sign in to comment.