Skip to content

fix: make hooks compatible with CLI's 6.0.0 changes #500

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

Conversation

rosen-vladimirov
Copy link
Contributor

In NativeScript CLI 6.0.0 release the bundle workflow will be the only one available. Currently, the nativescript-vue has some hooks that verify bundle is passed. There's no need of them for 6.0.0 release.
Implement a check based on the CLI's version and skip the validation in case CLI is 6.x.x or newer.

In NativeScript CLI 6.0.0 release the bundle workflow will be the only one available. Currently, the nativescript-vue has some hooks that verify bundle is passed. There's no need of them for 6.0.0 release.
Implement a check based on the CLI's version and skip the validation in case CLI is 6.x.x or newer.
@rigor789 rigor789 changed the base branch from master to dev May 31, 2019 11:36
@rigor789
Copy link
Member

rigor789 commented May 31, 2019

@rosen-vladimirov Thanks for the updated hooks! I'm working on a new release on the dev branch - so I will merge it into dev, and release it as soon as it's ready! (With vue 2.6 support, and a few fixes)

@rigor789 rigor789 merged commit 95aeab4 into nativescript-vue:dev May 31, 2019
rigor789 pushed a commit that referenced this pull request May 31, 2019
In NativeScript CLI 6.0.0 release the bundle workflow will be the only one available. Currently, the nativescript-vue has some hooks that verify bundle is passed. There's no need of them for 6.0.0 release.
Implement a check based on the CLI's version and skip the validation in case CLI is 6.x.x or newer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants