Skip to content

Instantly share code, notes, and snippets.

@alexandermckay
Created February 7, 2020 00:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexandermckay/83d8cb828a2d52147202f0e3d29e88b4 to your computer and use it in GitHub Desktop.
Save alexandermckay/83d8cb828a2d52147202f0e3d29e88b4 to your computer and use it in GitHub Desktop.
{
// ...other fields
"scripts": {
"build:all": "electron-builder -wml"
"build:win": "electron-builder -w"
"build:mac": "electron-builder -m"
"build:lnx: "electron-builder -l"
}
// ...other fields
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment