From e9629331489db889d7b9a30ffdbcefecbcb888ab Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Wed, 1 Jul 2020 10:51:29 -0400 Subject: [PATCH] Delete node_modules in project root --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index f95bd6325724..5dd903cb1c2d 100644 --- a/Makefile +++ b/Makefile @@ -79,6 +79,7 @@ clean-ui: clean-languages rm -rf awx/ui/test/e2e/reports/ rm -rf awx/ui/client/languages/ rm -rf awx/ui_next/node_modules/ + rm -rf node_modules rm -rf awx/ui_next/coverage/ rm -rf awx/ui_next/build/locales/_build/ rm -f $(UI_DEPS_FLAG_FILE) @@ -585,6 +586,7 @@ ui-devel-next: awx/ui_next/node_modules cp -r awx/ui_next/build/static/media/* awx/public/static/media clean-ui-next: + rm -rf node_modules rm -rf awx/ui_next/node_modules rm -rf awx/ui_next/build