mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
chore: reenable publishing 🙈
This commit is contained in:
parent
6ca842e36e
commit
4ce8b118ef
@ -13,9 +13,9 @@ for dir in packages/* distributions/* ; do
|
|||||||
pushd $dir > /dev/null
|
pushd $dir > /dev/null
|
||||||
# if package is nuxt then publish with tag 2x
|
# if package is nuxt then publish with tag 2x
|
||||||
if [ "$dir" = "distributions/nuxt" ]; then
|
if [ "$dir" = "distributions/nuxt" ]; then
|
||||||
echo npm publish --tag 2x -q
|
npm publish --tag 2x -q
|
||||||
else
|
else
|
||||||
echo npm publish -q
|
npm publish -q
|
||||||
fi
|
fi
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user