Skip to content

Commit 773602b

Browse files
committed
update lock duplication check command
1 parent 6ee7c94 commit 773602b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pre-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
cache: yarn
2020

2121
- name: Check lock for duplications
22-
run: yarn dedupe --check
22+
run: yarn update-lock --fail
2323

2424
- name: Install dependencies
2525
run: yarn install --immutable

0 commit comments

Comments
 (0)