PT #164169543: Remove lerna add from tasks
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user