Skip to content

Commit 3c71f08

Browse files
committed
make json dir
1 parent 71e4237 commit 3c71f08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

processes/generate_all_templates.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ echo "✓ Set up $DATA_MODEL for test"
5353
# Setup logs
5454
mkdir -p $LOG_DIR
5555

56+
# Setup schema dir
57+
mkdir -p $JSON_DIR
58+
5659
for i in ${!TEMPLATES[@]}
5760
do
5861
echo ">>>>>>> Generating ${TEMPLATES[$i]}"

0 commit comments

Comments
 (0)