Skip to content
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

fix(cli): ui:create:vue command not invoking @coveo/typescript correctly #60

Merged
merged 1 commit into from
Mar 3, 2021

Conversation

y-lakhdar
Copy link
Contributor

The difference between add and invoke:

  • add [options] <plugin> [pluginOptions] install a plugin and invoke its generator in an already created project
  • invoke [options] <plugin> [pluginOptions] invoke the generator of a plugin in an already created project

Vue CLI was invoking @coveo/typescript before it was added to the project

@github-actions
Copy link
Contributor

github-actions bot commented Mar 2, 2021

Pull Request Report

PR Title

✅ Title follows the conventional commit spec.

'invoke',
'@coveo/vue-cli-plugin-typescript',
'add',
'@coveo/typescript',
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Since the package now respects the Vue-cli plugin standard, we can use the short version, which is pretty cool.

Copy link
Collaborator

@louis-bompart louis-bompart left a comment

Choose a reason for hiding this comment

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

Was scared for a bit I thought we were using a custom version of typescript.

@y-lakhdar y-lakhdar merged commit da6e963 into master Mar 3, 2021
@louis-bompart louis-bompart deleted the CDX-129 branch June 7, 2021 13:18
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.

3 participants