Skip to content

Support multi-argument build and deploy commands #493

Open
@timyarkov

Description

@timyarkov

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    build_toolsThe issues related to build tool support

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions