Update package.json

Rename start script to launch

Because forge will use 'start'
main
Nazım Gediz Aydındoğmuş 2 years ago
parent fbc5d4aff7
commit d9d377f65e

@ -4,7 +4,7 @@
"description": "tutorial app", "description": "tutorial app",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {
"start": "electron .", "launch": "electron .",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"keywords": [ "keywords": [

Loading…
Cancel
Save