chore: fix release script

This commit is contained in:
Daniel Roe 2024-06-11 09:54:34 +01:00
parent 9f06842fa1
commit 7777f05641
No known key found for this signature in database
GPG Key ID: CBC814C393D93268
1 changed files with 1 additions and 1 deletions

View File

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