Skip to content

Commit c54c4ad

Browse files
author
Devlin Junker
committed
update ci.yml to use --runOnlyOnRootDependencies
1 parent f6b7de8 commit c54c4ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
- name: Install Dependencies
3030
run: yarn install --pure-lockfile
3131
- name: Check Peer Dependencies
32-
run: npx check-peer-dependencies
32+
run: npx check-peer-dependencies --runOnlyOnRootDependencies
3333
- name: Run yarn ${{ matrix.yarncmd }}
3434
run: yarn ${{ matrix.yarncmd }}

0 commit comments

Comments
 (0)