Add `deep-clean` to `verify` target
- help CI machines with directory cleanup - this target is not normally used except on CI machines
This commit is contained in:
parent
7e166295ba
commit
731722ae36
|
|
@ -7,4 +7,6 @@ use-standard-lifecycle
|
|||
k-standard-goals
|
||||
|
||||
#xml-docs-test .clean .build-compile description='Check generated XML documentation files for errors' target='test'
|
||||
k-xml-docs-test
|
||||
k-xml-docs-test
|
||||
|
||||
#do-deep-clean .deep-clean target='verify'
|
||||
Loading…
Reference in New Issue