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

Clean up and align all package.json files in root folder and subfolders #62

Closed christian-kreuzberger-dtx closed 2 years ago

christian-kreuzberger-dtx commented 2 years ago

Right now we install different packages, dependencies, etc... in the root folder of this repo vs. the sub-task folders.

In addition, Microsoft docs state that it is possible to install dependencies on root-level of the extension, and re-use them within each task (this needs to be tried out though; probably need to include node_modules in the manifest).

Definition of done

christian-kreuzberger-dtx commented 2 years ago

already merged