PT #164169543: Correct yarn publish cmd
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user