mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-21 21:25:11 +00:00
chore: fix release script
This commit is contained in:
parent
9f06842fa1
commit
7777f05641
@ -16,7 +16,7 @@ for PKG in packages/* ; do
|
|||||||
if [[ $PKG == "packages/test-utils" ]] ; then
|
if [[ $PKG == "packages/test-utils" ]] ; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
if [[ $p == "packages/ui-templates" ]] ; then
|
if [[ $PKG == "packages/ui-templates" ]] ; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
pushd $PKG
|
pushd $PKG
|
||||||
|
Loading…
Reference in New Issue
Block a user