Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
vickydaiya committed Dec 7, 2023
1 parent 0ca01f8 commit dc8e785
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/08-create-initial-listing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ source constants.sh
shopt -s extglob
set -ev

node src/create-initial-listing.js
if [[ ! -e "$DATASETS_DIR/$DATASET/listing.csv" || "$FORCE" == true ]]; then
node src/create-initial-listing.js
fi

0 comments on commit dc8e785

Please sign in to comment.