mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-21 21:25:11 +00:00
chore: skip releasing ui-templates
This commit is contained in:
parent
fe6bdcc017
commit
15781c6087
@ -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 .
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user