verify at CI that the lockfile has no duplicates
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user