Skip to content

Commit

Permalink
Merge pull request ansible#7501 from ansible/jakemcdermott-no-modules…
Browse files Browse the repository at this point in the history
…-for-project-root

Delete node_modules in project root

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
  • Loading branch information
2 parents 8f50514 + e962933 commit 8b3dfae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -587,6 +588,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

Expand Down

0 comments on commit 8b3dfae

Please sign in to comment.