1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# Clean `dioxus clean` will call `target clean` and remove `out_dir` directory. ``` dioxus-clean Clean output artifacts USAGE: dioxus clean ``` you can use this command to clean all build cache and the `out_dir` content. ``` dioxus clean ```