keptn-sandbox / keptn-azure-devops-extension

Azure DevOps Extension for integrating Keptn with your Azure DevOps Pipelines
Apache License 2.0
6 stars 4 forks source link

build: remove package.json and node_modules from tasks directories #73

Closed pchila closed 2 years ago

pchila commented 2 years ago

Remove duplication of dependencies in each task by coalescing all task dependencies in the root directory. IDEs and node work fine with this approach but running on Azure DevOps agents requires each task to package its own dependencies. To work around this the same package.json and node_modules is copied in each task directory when packaging

Signed-off-by: Paolo Chila paolo.chila@dynatrace.com