Files
web2.0-backend/scripts/git/pre-commit
T
2017-11-25 21:49:30 +02:00

5 lines
45 B
Plaintext
Executable File

set -e
npm test
python manage.py test
set +e