Sep 2, 2018 · 1 min read
How can I build a Windows distribution on a Mac. For building a Mac version on Windows you wrote:
“you could use something like this -
build:mac : “build — mac dir”
and then run npm run build:mac”
But I don’t understand this. Can you show what the package.json file looks like and what I am suppose to run on the command line? Thank you!