mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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
|
||||
for PKG in packages/* ; do
|
||||
if [[ $p == "packages/nuxi" ]] ; then
|
||||
if [[ $PKG == "packages/nuxi" ]] ; then
|
||||
continue
|
||||
fi
|
||||
pushd $PKG
|
||||
|
@ -10,7 +10,7 @@ pnpm build
|
||||
|
||||
# Release packages
|
||||
for PKG in packages/* ; do
|
||||
if [[ $p == "packages/nuxi" ]] ; then
|
||||
if [[ $PKG == "packages/nuxi" ]] ; then
|
||||
continue
|
||||
fi
|
||||
pushd $PKG
|
||||
|
Loading…
Reference in New Issue
Block a user