From d38fb9867dd5840052e941a3cab1bda24a9e68e3 Mon Sep 17 00:00:00 2001 From: zkolev Date: Thu, 25 Apr 2024 10:36:29 +0300 Subject: [PATCH] chore(*): rolling back --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 f74666c62..e06063a72 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,7 +17,7 @@ steps: - task: Npm@1 inputs: command: 'custom' - customCommand: 'install --legacy-peer-deps' + customCommand: 'install' customEndpoint: 'public proget' env: AZURE_PIPELINES: "true"