Add awx/ui/client/languages/ to ui-clean target

These json files are generated at build time.
This commit is contained in:
Shane McDonald 2017-05-15 11:01:07 -04:00
parent b9520c7f3b
commit 81d10dd7f3

View File

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