On Windows, Fix beforeDevCommand and beforeBuildCommand not executing the expected command if it contains quotes. This is done by executing them with CMD /S /C {command} instead of CMD /C {command} on Windows.
beforeDevCommand
beforeBuildCommand
CMD /S /C {command}
CMD /C {command}