Skip to content

Commit

Permalink
Update monorepo-integrity.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaosen7 authored Jul 30, 2024
1 parent 2b2f89e commit 7c055fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/monorepo-integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
paths:
- 'package.json'
- 'pnpm-lock.yaml'
- '.github/**
- '.github/**'

jobs:
check:
Expand All @@ -19,4 +19,4 @@ jobs:
- name: 👬🏽 Check for duplicate dependencies in lock file
run: |
pnpm manypkg check
pnpm dedupe --check
pnpm dedupe --check

0 comments on commit 7c055fb

Please sign in to comment.