Skip to content

Commit

Permalink
make json dir
Browse files Browse the repository at this point in the history
  • Loading branch information
SageGJ committed Jan 2, 2025
1 parent 71e4237 commit 3c71f08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions processes/generate_all_templates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ echo "✓ Set up $DATA_MODEL for test"
# Setup logs
mkdir -p $LOG_DIR

# Setup schema dir
mkdir -p $JSON_DIR

for i in ${!TEMPLATES[@]}
do
echo ">>>>>>> Generating ${TEMPLATES[$i]}"
Expand Down

0 comments on commit 3c71f08

Please sign in to comment.