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

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