Use --legacy-peer-deps to avoid npm bullshit (#112)

This commit is contained in:
Sascha Mann
2022-06-21 00:34:11 +02:00
committed by GitHub
parent 67db496725
commit a07a9b4c49
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: "npm ci" - name: "npm ci"
run: npm ci run: npm ci --legacy-peer-deps
- name: "npm run build" - name: "npm run build"
run: npm run build run: npm run build

View File

@@ -26,7 +26,7 @@ jobs:
- name: "Install dependencies" - name: "Install dependencies"
run: | run: |
npm install npm install --legacy-peer-deps
npm run build npm run build
npm run pack npm run pack

View File

@@ -25,7 +25,7 @@ jobs:
- name: "Install dependencies" - name: "Install dependencies"
run: | run: |
npm install npm install --legacy-peer-deps
npm run build npm run build
npm run pack npm run pack