1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-17 23:54:28 +01:00

Dedupe dependencies (#9523)

+ yarn bump + CI check for duplicate dependencies
This commit is contained in:
Bram Kragten
2021-07-07 17:31:37 +02:00
committed by GitHub
parent fc6e459c09
commit 6701c4c371
4 changed files with 97 additions and 1340 deletions

View File

@@ -36,6 +36,8 @@ jobs:
run: yarn run lint:types
- name: Run prettier
run: yarn run lint:prettier
- name: Check for duplicate dependencies
run: yarn dedupe --check
test:
runs-on: ubuntu-latest
steps: