mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 08:18:43 -03:30
Add awx/ui/coverage to clean target
This commit is contained in:
1
Makefile
1
Makefile
@@ -215,6 +215,7 @@ clean-bundle:
|
|||||||
clean-ui:
|
clean-ui:
|
||||||
rm -rf awx/ui/static/
|
rm -rf awx/ui/static/
|
||||||
rm -rf awx/ui/node_modules/
|
rm -rf awx/ui/node_modules/
|
||||||
|
rm -rf awx/ui/coverage/
|
||||||
rm -f $(UI_DEPS_FLAG_FILE)
|
rm -f $(UI_DEPS_FLAG_FILE)
|
||||||
rm -f $(UI_RELEASE_FLAG_FILE)
|
rm -f $(UI_RELEASE_FLAG_FILE)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user