From 97cbbf1fbf61041e1ec398027ed9343c55cda4c5 Mon Sep 17 00:00:00 2001 From: Zdravko Kolev Date: Thu, 25 Apr 2024 10:34:48 +0300 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines Adding --legacy-peer-deps --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e06063a72..f74666c62 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,7 +17,7 @@ steps: - task: Npm@1 inputs: command: 'custom' - customCommand: 'install' + customCommand: 'install --legacy-peer-deps' customEndpoint: 'public proget' env: AZURE_PIPELINES: "true"