From 53ef8072b82fbadcfba63f3f772f3e29e5f2aa6d Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Thu, 9 Mar 2017 18:53:42 -0500 Subject: [PATCH] Add awx/ui/coverage to clean target --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 836f96da9c..a008488e88 100644 --- a/Makefile +++ b/Makefile @@ -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)