Skip to content

Commit

Permalink
no need to run lint staged... we've already run optipng
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Sep 14, 2023
1 parent aae2918 commit 311a790
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/storybook-chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ jobs:
if [ $ADDED -gt 0 ] || [ $MODIFIED -gt 0 ]; then
echo "Snapshots updated ($ADDED new, $MODIFIED changed), _even after_ running OptiPNG"
git add frontend/__snapshots__/ playwright/
pnpm lint-staged
fi
fi
Expand Down

0 comments on commit 311a790

Please sign in to comment.