Add pre-commit hook

This commit is contained in:
Jan Tuomi
2017-11-25 21:49:30 +02:00
parent e4f701711c
commit ec6051d3d6
2 changed files with 14 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
set -e
npm test
python manage.py test
set +e