Skip to content

Commit

Permalink
[core] Simpler pnpm dedupe error message to act on
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jul 6, 2024
1 parent ff18309 commit 4c6b2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
name: Should not have any git not staged
command: git add -A && git diff --exit-code --staged
- run:
name: Check for duplicated packages
name: '`pnpm dedupe` was run?'
command: |
# #default-branch-switch
if [[ $(git diff --name-status next | grep -E 'pnpm-workspace\.yaml|pnpm-lock.yaml|package\.json') == "" ]];
Expand Down

0 comments on commit 4c6b2db

Please sign in to comment.