mirror of
https://github.com/ansible/awx.git
synced 2026-04-07 02:59:21 -02:30
Merge pull request #7501 from ansible/jakemcdermott-no-modules-for-project-root
Delete node_modules in project root Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
2
Makefile
2
Makefile
@@ -79,6 +79,7 @@ clean-ui: clean-languages
|
|||||||
rm -rf awx/ui/test/e2e/reports/
|
rm -rf awx/ui/test/e2e/reports/
|
||||||
rm -rf awx/ui/client/languages/
|
rm -rf awx/ui/client/languages/
|
||||||
rm -rf awx/ui_next/node_modules/
|
rm -rf awx/ui_next/node_modules/
|
||||||
|
rm -rf node_modules
|
||||||
rm -rf awx/ui_next/coverage/
|
rm -rf awx/ui_next/coverage/
|
||||||
rm -rf awx/ui_next/build/locales/_build/
|
rm -rf awx/ui_next/build/locales/_build/
|
||||||
rm -f $(UI_DEPS_FLAG_FILE)
|
rm -f $(UI_DEPS_FLAG_FILE)
|
||||||
@@ -587,6 +588,7 @@ ui-devel-next: awx/ui_next/node_modules
|
|||||||
cp -r awx/ui_next/build/static/media/* awx/public/static/media
|
cp -r awx/ui_next/build/static/media/* awx/public/static/media
|
||||||
|
|
||||||
clean-ui-next:
|
clean-ui-next:
|
||||||
|
rm -rf node_modules
|
||||||
rm -rf awx/ui_next/node_modules
|
rm -rf awx/ui_next/node_modules
|
||||||
rm -rf awx/ui_next/build
|
rm -rf awx/ui_next/build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user