mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +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
|
if [[ $p == "packages/test-utils" ]] ; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
if [[ $p == "packages/ui-templates" ]] ; then
|
||||||
|
continue
|
||||||
|
fi
|
||||||
pushd $p
|
pushd $p
|
||||||
echo "Publishing $p"
|
echo "Publishing $p"
|
||||||
cp ../../LICENSE .
|
cp ../../LICENSE .
|
||||||
|
@ -16,6 +16,9 @@ for PKG in packages/* ; do
|
|||||||
if [[ $PKG == "packages/test-utils" ]] ; then
|
if [[ $PKG == "packages/test-utils" ]] ; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
if [[ $p == "packages/ui-templates" ]] ; then
|
||||||
|
continue
|
||||||
|
fi
|
||||||
pushd $PKG
|
pushd $PKG
|
||||||
TAG="latest"
|
TAG="latest"
|
||||||
if [ "$PKG" == "packages/nuxt" ]; then
|
if [ "$PKG" == "packages/nuxt" ]; then
|
||||||
|
@ -16,6 +16,9 @@ for PKG in packages/* ; do
|
|||||||
if [[ $PKG == "packages/test-utils" ]] ; then
|
if [[ $PKG == "packages/test-utils" ]] ; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
if [[ $p == "packages/ui-templates" ]] ; then
|
||||||
|
continue
|
||||||
|
fi
|
||||||
pushd $PKG
|
pushd $PKG
|
||||||
TAG="latest"
|
TAG="latest"
|
||||||
echo "⚡ Publishing $PKG with tag $TAG"
|
echo "⚡ Publishing $PKG with tag $TAG"
|
||||||
|
Loading…
Reference in New Issue
Block a user