summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJake McDermott <yo@jakemcdermott.me>2020-07-01 16:51:29 +0200
committerGitHub <noreply@github.com>2020-07-01 16:51:29 +0200
commite9629331489db889d7b9a30ffdbcefecbcb888ab (patch)
treeff440c2879ac04ce9296ae99fea7c934e038587c /Makefile
parentMerge pull request #7457 from marshmalien/smart-inventory-detail (diff)
downloadawx-e9629331489db889d7b9a30ffdbcefecbcb888ab.tar.xz
awx-e9629331489db889d7b9a30ffdbcefecbcb888ab.zip
Delete node_modules in project root
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f95bd63257..5dd903cb1c 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