mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-21 21:25:11 +00:00
chore: update variable in release scripts
This commit is contained in:
parent
8d1fc6c4a9
commit
258b8a7066
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user