Use script for start MagicMirror

This commit is contained in:
Rodrigo Ramírez Norambuena
2017-01-24 02:12:36 -03:00
parent 57ea2ac039
commit 566ea9a110
3 changed files with 6 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
"description": "A modular interface for smart mirrors.",
"main": "js/electron.js",
"scripts": {
"start": "electron js/electron.js",
"start": "sh run-start.sh",
"postinstall": "sh installers/postinstall/postinstall.sh",
"test": "./node_modules/mocha/bin/mocha tests --recursive"
},