We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nuxt
Learn more about funding links in repositories.
Report abuse
1 parent 9f06842 commit 7777f05Copy full SHA for 7777f05
scripts/release.sh
@@ -16,7 +16,7 @@ for PKG in packages/* ; do
16
if [[ $PKG == "packages/test-utils" ]] ; then
17
continue
18
fi
19
- if [[ $p == "packages/ui-templates" ]] ; then
+ if [[ $PKG == "packages/ui-templates" ]] ; then
20
21
22
pushd $PKG
0 commit comments