Skip to content

Instantly share code, notes, and snippets.

@ottogutierrez
Last active December 11, 2018 10:23
Show Gist options
  • Save ottogutierrez/d60fc7ede78c7fcca3af6541aaadbae4 to your computer and use it in GitHub Desktop.
Save ottogutierrez/d60fc7ede78c7fcca3af6541aaadbae4 to your computer and use it in GitHub Desktop.
Adding the "start" script to the package.json
{
"name": "electron-testing",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "electron ."
},
"author": "",
"license": "ISC",
"devDependencies": {
"electron": "^3.0.11"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment