Add awx/ui/coverage to clean target

This commit is contained in:
Shane McDonald 2017-03-09 18:53:42 -05:00
parent 02a86c1d96
commit 53ef8072b8

View File

@ -215,6 +215,7 @@ clean-bundle:
clean-ui:
rm -rf awx/ui/static/
rm -rf awx/ui/node_modules/
rm -rf awx/ui/coverage/
rm -f $(UI_DEPS_FLAG_FILE)
rm -f $(UI_RELEASE_FLAG_FILE)