Skip to content

Commit a8be871

Browse files
committed
Add upload_images wrapper command
1 parent 874b70c commit a8be871

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

justfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,3 +196,6 @@ alias shell := console
196196
else \
197197
echo "Bucket name invalid."; \
198198
fi
199+
200+
@upload_images:
201+
scripts/upload-images.sh;

0 commit comments

Comments
 (0)