Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot committed Mar 26, 2024
1 parent 6eaae23 commit afc25d0
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 @@ -133,7 +133,7 @@ jobs:
name: Check for duplicated packages
command: |
# #default-branch-switch
if [[ $(git diff --name-status next | grep -E 'pnpm-lock.yaml|package\.json') == "" ]];
if [[ $(git diff --name-status next | grep -E 'pnpm-workspace\.yaml|pnpm-lock.yaml|package\.json') == "" ]];
then
echo "No changes to dependencies detected. Skipping..."
else
Expand Down

0 comments on commit afc25d0

Please sign in to comment.