Skip to content

fix: make the hooks compatible with CLI v6.0.0 release #39

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
Jun 24, 2019

Conversation

Fatme
Copy link
Contributor

@Fatme Fatme commented Jun 5, 2019

In NativeScript CLI 6.0.0 release the bundle workflow will be the only one available. We need to execute after-prepare hook only when --bundle option is not provided e.g CLI's version is lower than 6.0.0

Current behavior: tns test command shows a warning after-prepare will NOT be executed because it has invalid arguments - $platformsData.
New behavior: tns test command works without showing any warning.

@cla-bot cla-bot bot added the cla: yes label Jun 5, 2019
@Fatme Fatme merged commit 5f55de2 into master Jun 24, 2019
@Fatme Fatme deleted the fatme/cli-6.0 branch June 24, 2019 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants