Update readme and pre-commit
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
set -e
|
||||
PURPLE='\033[0;35m'
|
||||
NC='\033[0m' # No Color
|
||||
|
||||
printf "${PURPLE}Running pre-commit tests.${NC}\n"
|
||||
npm test
|
||||
python manage.py test
|
||||
python manage.py test --noinput
|
||||
set +e
|
||||
|
||||
printf "${PURPLE}Tests passed.${NC}\n"
|
||||
Reference in New Issue
Block a user