feat(build-project): adding an option to set a custom temp path to use during project-build
Adding an option --custom-temp-path
to be able to set the temporary path that is used building a project.
A custom temporary path to use for reading, writing and deleting project content during the project build. This option is useful for environments with restrictions on where scripts are allowed to store content.
NOTE: The default temp path will be created as a sibling to the project to build as before, and is the recommended way in most cases.
Details in #67