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

Support multi-argument build and deploy commands #493

Open
timyarkov opened this issue Sep 30, 2023 · 0 comments
Open

Support multi-argument build and deploy commands #493

timyarkov opened this issue Sep 30, 2023 · 0 comments
Labels
build_tools The issues related to build tool support

Comments

@timyarkov
Copy link
Contributor

timyarkov commented Sep 30, 2023

To support deployment of Yarn modern projects, the command yarn npm publish needs to be supported. As it stands this is not supported properly though; build_as_code_check will only need to see the argument publish within the parsed command and nothing else to accept. As such updates need to be made to support scenarios like this; i.e., checking the command properly matches potentially multiple arguments.

For completeness and preventing against any similar future issues, similar changes should be made to build_service_check to do the same for potentially multi-argument build commands.

@timyarkov timyarkov changed the title Support multi-argument build and deploy keywords Support multi-argument build and deploy commands Oct 3, 2023
@behnazh-w behnazh-w added the build_tools The issues related to build tool support label Oct 3, 2023
@behnazh-w behnazh-w added this to the Add support for npm packages milestone Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build_tools The issues related to build tool support
Projects
None yet
Development

No branches or pull requests

2 participants