Skip to content

Commit cae7af9

Browse files
committed
chore(other): update circle screenshot script
1 parent 211204f commit cae7af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
name: Commit updated e2e screenshots
148148
command: |
149149
if [[ $(git diff --name-only) ]]
150-
git add e2e
150+
then git add e2e
151151
git commit -m "test(e2e): update screenshots with version bump"
152152
git push
153153
else

0 commit comments

Comments
 (0)