fix release script

This commit is contained in:
Pooya Parsa 2021-08-11 23:02:01 +02:00
parent 69104b22b6
commit 709c7b1912

View File

@ -21,7 +21,7 @@ if [[ ! -z ${NODE_AUTH_TOKEN} ]] ; then
fi fi
# Release packages # Release packages
for p in {packages}/* ; do for p in packages/* ; do
pushd $p pushd $p
echo "Publishing $p" echo "Publishing $p"
yarn npm publish --access public --tolerate-republish yarn npm publish --access public --tolerate-republish