Skip to content

Commit

Permalink
chore: update script
Browse files Browse the repository at this point in the history
  • Loading branch information
pregno committed Sep 3, 2024
1 parent 316fc67 commit 01c87d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Determine affected projects
id: affected
run: |
pnpm nx show projects --affected --base=main --head=HEAD > affected.txt
pnpm nx show projects --affected --base="origin/main~1" --head=HEAD > affected.txt
cat affected.txt
- name: Set environment output if HTML package is affected
Expand Down

0 comments on commit 01c87d3

Please sign in to comment.