Add npmrc to use legacy peer deps everywhere

This commit is contained in:
Jamie Kyle
2024-06-24 19:59:26 -07:00
committed by GitHub
parent 26097976ff
commit fcdf864025
10 changed files with 4185 additions and 4602 deletions

View File

@@ -46,7 +46,7 @@ jobs:
- name: Install Desktop node_modules
if: steps.cache-desktop-modules.outputs.cache-hit != 'true'
run: npm ci --legacy-peer-deps
run: npm ci
env:
NPM_CONFIG_LOGLEVEL: verbose
@@ -145,7 +145,7 @@ jobs:
- name: Build benchmark repo
working-directory: benchmark-results
run: |
npm ci --legacy-peer-deps
npm ci
npm run build
- name: Publish to DataDog