mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-24 14:45:15 +00:00
build: skip releasing nuxi
This commit is contained in:
parent
abd5d85770
commit
df2bc8a72e
@ -20,6 +20,9 @@ fi
|
|||||||
|
|
||||||
# Release packages
|
# Release packages
|
||||||
for p in packages/* ; do
|
for p in packages/* ; do
|
||||||
|
if [[ $p == "packages/nuxi" ]] ; then
|
||||||
|
continue
|
||||||
|
fi
|
||||||
pushd $p
|
pushd $p
|
||||||
echo "Publishing $p"
|
echo "Publishing $p"
|
||||||
cp ../../LICENSE .
|
cp ../../LICENSE .
|
||||||
|
@ -10,6 +10,9 @@ pnpm build
|
|||||||
|
|
||||||
# Release packages
|
# Release packages
|
||||||
for PKG in packages/* ; do
|
for PKG in packages/* ; do
|
||||||
|
if [[ $p == "packages/nuxi" ]] ; then
|
||||||
|
continue
|
||||||
|
fi
|
||||||
pushd $PKG
|
pushd $PKG
|
||||||
TAG="latest"
|
TAG="latest"
|
||||||
if [ "$PKG" == "packages/nuxt" ]; then
|
if [ "$PKG" == "packages/nuxt" ]; then
|
||||||
|
@ -10,6 +10,9 @@ pnpm build
|
|||||||
|
|
||||||
# Release packages
|
# Release packages
|
||||||
for PKG in packages/* ; do
|
for PKG in packages/* ; do
|
||||||
|
if [[ $p == "packages/nuxi" ]] ; 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