fx clean-build

Clean the build directory and then perform a full build

usage: fx clean-build [BUILD_ARGS...]

Cleans the build directory (via `fx clean`) and then runs `fx build`
forwarding any provided arguments.

clean-build source code