verify at CI that the lockfile has no duplicates

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-11-15 14:07:29 +01:00
parent a393cddc96
commit f5add26a80
+3
View File
@@ -67,6 +67,9 @@ jobs:
with:
cache-prefix: ${{ runner.os }}-v${{ matrix.node-version }}
- name: verify yarn dependency duplicates
run: yarn dedupe --check
- name: verify changesets
run: node scripts/verify-changesets.js