mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-24 06:35:10 +00:00
build: skip releasing nuxi
This commit is contained in:
parent
abd5d85770
commit
df2bc8a72e
@ -20,6 +20,9 @@ fi
|
||||
|
||||
# Release packages
|
||||
for p in packages/* ; do
|
||||
if [[ $p == "packages/nuxi" ]] ; then
|
||||
continue
|
||||
fi
|
||||
pushd $p
|
||||
echo "Publishing $p"
|
||||
cp ../../LICENSE .
|
||||
|
@ -10,6 +10,9 @@ pnpm build
|
||||
|
||||
# Release packages
|
||||
for PKG in packages/* ; do
|
||||
if [[ $p == "packages/nuxi" ]] ; then
|
||||
continue
|
||||
fi
|
||||
pushd $PKG
|
||||
TAG="latest"
|
||||
if [ "$PKG" == "packages/nuxt" ]; then
|
||||
|
@ -10,6 +10,9 @@ pnpm build
|
||||
|
||||
# Release packages
|
||||
for PKG in packages/* ; do
|
||||
if [[ $p == "packages/nuxi" ]] ; then
|
||||
continue
|
||||
fi
|
||||
pushd $PKG
|
||||
TAG="latest"
|
||||
echo "⚡ Publishing $PKG with tag $TAG"
|
||||
|
Loading…
Reference in New Issue
Block a user