> I see you raised your hand to write the documentation on how to use nightly > builds of anything ;)
:grin: Didn't someone write docs about that recently? But seriously, I see so many issues where people didn't check master and it's possibly already fixed there. At least installing a nightly build of the CLI isn't hard to do nor document: ``` npm i cordova@nightly ``` (We will have to make sure to only tag nightly builds when the build actually succeeds, but that's a different story) [ Full content available at: https://github.com/apache/cordova-contribute/pull/3 ] This message was relayed via gitbox.apache.org for [email protected]
