PT #164169543: Remove lerna add from tasks

This commit is contained in:
BoykoAlex
2019-03-18 13:17:19 -04:00
parent d565c2840f
commit 8d27d83dae
4 changed files with 0 additions and 5 deletions

View File

@@ -28,8 +28,6 @@ timestamp=`date -u +%Y%m%d%H%M`
base_version=`jq -r .version package.json`
yarn global add lerna
# for snapshot build, work the timestamp into package.json version qualifier
cd "$sources"
qualified_version=${base_version}-${timestamp}

View File

@@ -10,7 +10,6 @@ echo "theia-version=$theia_version"
# theia extensions
cd $theia_sources
yarn global add lerna
for extension_id in $(ls -d theia-*)
do
if [ $extension_id != "theia-commons" ]; then

View File

@@ -39,7 +39,6 @@ done
# theia extensions
cd $theia_sources
yarn global add lerna
for extension_id in $(ls -d theia-*)
do
if [ $extension_id != "theia-commons" ]; then

View File

@@ -26,7 +26,6 @@ else
fi
cd ${sources}
yarn global add lerna
# Don't append RC to package version in package.json
version_to_set="${version%-*}"
echo "Version for package ${version_to_set}"