chore: skip releasing `ui-templates`

This commit is contained in:
Daniel Roe 2024-05-01 11:08:20 +01:00
parent fe6bdcc017
commit 15781c6087
No known key found for this signature in database
GPG Key ID: CBC814C393D93268
3 changed files with 9 additions and 0 deletions

View File

@ -26,6 +26,9 @@ for p in packages/* ; do
if [[ $p == "packages/test-utils" ]] ; then
continue
fi
if [[ $p == "packages/ui-templates" ]] ; then
continue
fi
pushd $p
echo "Publishing $p"
cp ../../LICENSE .

View File

@ -16,6 +16,9 @@ for PKG in packages/* ; do
if [[ $PKG == "packages/test-utils" ]] ; then
continue
fi
if [[ $p == "packages/ui-templates" ]] ; then
continue
fi
pushd $PKG
TAG="latest"
if [ "$PKG" == "packages/nuxt" ]; then

View File

@ -16,6 +16,9 @@ for PKG in packages/* ; do
if [[ $PKG == "packages/test-utils" ]] ; then
continue
fi
if [[ $p == "packages/ui-templates" ]] ; then
continue
fi
pushd $PKG
TAG="latest"
echo "⚡ Publishing $PKG with tag $TAG"