mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-21 21:25:11 +00:00
chore: fix variable name in release scripts
This commit is contained in:
parent
9013f88e75
commit
adb6ec6742
@ -10,7 +10,7 @@ pnpm build
|
|||||||
|
|
||||||
# Release packages
|
# Release packages
|
||||||
for PKG in packages/* ; do
|
for PKG in packages/* ; do
|
||||||
if [[ $p == "packages/nuxi" ]] ; then
|
if [[ $PKG == "packages/nuxi" ]] ; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
pushd $PKG
|
pushd $PKG
|
||||||
|
@ -10,7 +10,7 @@ pnpm build
|
|||||||
|
|
||||||
# Release packages
|
# Release packages
|
||||||
for PKG in packages/* ; do
|
for PKG in packages/* ; do
|
||||||
if [[ $p == "packages/nuxi" ]] ; then
|
if [[ $PKG == "packages/nuxi" ]] ; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
pushd $PKG
|
pushd $PKG
|
||||||
|
Loading…
Reference in New Issue
Block a user