Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
ci: skip publishing empty ui directory
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jul 26, 2023
1 parent 5f229ef commit bebe828
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/release-edge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ fi

# Release packages
for p in packages/* ; do
if [[ $p == "packages/ui" ]] ; then
continue
fi
pushd $p
echo "Publishing $p"
npm publish --access public --tolerate-republish
Expand Down

0 comments on commit bebe828

Please sign in to comment.