PT #164169543: Correct yarn publish cmd

This commit is contained in:
BoykoAlex
2019-03-15 20:09:46 -04:00
parent 2d92f415e3
commit 8f7d4d00d3

View File

@@ -12,9 +12,9 @@ do
echo ""
echo "We are running the following command:"
echo ""
echo " npm publish $theia_tgz_file --access public"
echo " yarn publish ${theia_tgz_file} --access public"
echo ""
yarn publish $theia_tgz_file --access public
yarn publish ${theia_tgz_file} --access public
done