Skip to content

Commit

Permalink
chore: update variable in release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 20, 2023
1 parent 8d1fc6c commit 258b8a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/release-rc.sh
Expand Up @@ -13,7 +13,7 @@ for PKG in packages/* ; do
if [[ $PKG == "packages/nuxi" ]] ; then
continue
fi
if [[ $p == "packages/test-utils" ]] ; then
if [[ $PKG == "packages/test-utils" ]] ; then
continue
fi
pushd $PKG
Expand Down
2 changes: 1 addition & 1 deletion scripts/release.sh
Expand Up @@ -13,7 +13,7 @@ for PKG in packages/* ; do
if [[ $PKG == "packages/nuxi" ]] ; then
continue
fi
if [[ $p == "packages/test-utils" ]] ; then
if [[ $PKG == "packages/test-utils" ]] ; then
continue
fi
pushd $PKG
Expand Down

0 comments on commit 258b8a7

Please sign in to comment.