diff --git a/.npmrc b/.npmrc index fa4e09523..c310c41ed 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ -strict-peer-dependencies=false \ No newline at end of file +strict-peer-dependencies=false +prefer-workspace-packages=true \ No newline at end of file diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e6e661c85..4db8498a0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,7 +12,7 @@ pool: vmImage: 'ubuntu-latest' variables: - install_packages: 'npm add -g pnpm && pnpm install' + install_packages: 'npm add -g pnpm@8.7.1 && pnpm install' stages: - stage: env