Skip to content

Instantly share code, notes, and snippets.

@hahouari
Last active April 26, 2020 22:25
Show Gist options
  • Save hahouari/934bbb8cbd3a43e25e5e45786540d487 to your computer and use it in GitHub Desktop.
Save hahouari/934bbb8cbd3a43e25e5e45786540d487 to your computer and use it in GitHub Desktop.
package.json build script
{
...
"scripts": {
...
"build": "./node_modules/.bin/electron-builder"
},
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment