Skip to content

Commit 7777f05

Browse files
committedJun 11, 2024··
chore: fix release script
1 parent 9f06842 commit 7777f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scripts/release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ for PKG in packages/* ; do
1616
if [[ $PKG == "packages/test-utils" ]] ; then
1717
continue
1818
fi
19-
if [[ $p == "packages/ui-templates" ]] ; then
19+
if [[ $PKG == "packages/ui-templates" ]] ; then
2020
continue
2121
fi
2222
pushd $PKG

0 commit comments

Comments
 (0)
Please sign in to comment.