Update start methods.

This commit is contained in:
Michael Teeuw
2020-02-01 13:56:15 +01:00
parent 3bb801f579
commit 09c1ea992c
5 changed files with 10 additions and 88 deletions

View File

@@ -4,7 +4,8 @@
"description": "The open source modular smart mirror platform.",
"main": "js/electron.js",
"scripts": {
"start": "./run-start.sh",
"start": "./node_modules/.bin/electron js/electron.js",
"server": "node ./serveronly",
"install": "cd vendor && npm install",
"install-fonts": "cd fonts && npm install",
"postinstall": "sh untrack-css.sh && sh installers/postinstall/postinstall.sh && npm run install-fonts",