Skip to content

Commit a5c597e

Browse files
committed
Added compilemessages to ci
1 parent b8cf661 commit a5c597e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ APP_LIST ?= accounts aggregator blog contact dashboard djangoproject docs founda
44
SCSS = djangoproject/scss
55
STATIC = djangoproject/static
66

7-
ci: test
7+
ci: compilemessages test
88
@python -m coverage report
99

10+
compilemessages:
11+
python -m manage compilemessages
12+
1013
collectstatics: compile-scss
1114
python -m manage collectstatic --noinput
1215

0 commit comments

Comments
 (0)