chore: fix variable name in release scripts

This commit is contained in:
Daniel Roe 2023-08-26 00:44:57 +01:00
parent 9013f88e75
commit adb6ec6742
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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