Skip to content

fix: install the Android project dependencies only when needed #3716

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 3, 2018

Conversation

DimitarTachev
Copy link
Contributor

@DimitarTachev DimitarTachev commented Jul 2, 2018

related to #3718

What is the current behavior?

Starting from tns-android v4.2.0-2018-06-29-02, babel-traverse, babel-types, babylon and lazy are no longer required by the runtime but the CLI will still install them on tns platform add android.

What is the new behavior?

The CLI will install the above-mentioned dependencies only for older Android Runtime versions improving the execution time of the command with a few seconds.

Copy link
Contributor

@rosen-vladimirov rosen-vladimirov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After green build

@DimitarTachev DimitarTachev merged commit 7b16e18 into master Jul 3, 2018
@DimitarTachev DimitarTachev deleted the tachev/remove-android-deps branch July 3, 2018 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants