chore: update variable in release scripts

This commit is contained in:
Daniel Roe 2023-11-20 22:27:22 +00:00
parent 8d1fc6c4a9
commit 258b8a7066
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ for PKG in packages/* ; do
if [[ $PKG == "packages/nuxi" ]] ; then if [[ $PKG == "packages/nuxi" ]] ; then
continue continue
fi fi
if [[ $p == "packages/test-utils" ]] ; then if [[ $PKG == "packages/test-utils" ]] ; then
continue continue
fi fi
pushd $PKG pushd $PKG

View File

@ -13,7 +13,7 @@ for PKG in packages/* ; do
if [[ $PKG == "packages/nuxi" ]] ; then if [[ $PKG == "packages/nuxi" ]] ; then
continue continue
fi fi
if [[ $p == "packages/test-utils" ]] ; then if [[ $PKG == "packages/test-utils" ]] ; then
continue continue
fi fi
pushd $PKG pushd $PKG