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 57fd784 commit 46cb2fc
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 @@ -132,7 +132,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: |
if [[ $(git diff --name-status next | grep pnpm-lock) == "" ]];
then
Expand Down

0 comments on commit 46cb2fc

Please sign in to comment.