Skip to content

Commit

Permalink
updating husky
Browse files Browse the repository at this point in the history
  • Loading branch information
calmacx committed Mar 19, 2024
1 parent 6847f62 commit 977f103
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@

cd hdr_schemata/models/HDRUK
python create_json_schema.py
cd ../GWDM
python create_json_schema.py

cd ../../../

pwd
python hdr_schemata/utils/create_markdown.py


if [ $? -ne 0 ]; then
echo "Pre-commit hook failed: Python script(s) failed"
Expand Down

0 comments on commit 977f103

Please sign in to comment.