fix broken start scripts & yarn

This commit is contained in:
earlman
2021-04-01 14:08:48 -05:00
parent 93aa4b7440
commit b842241f8c
2 changed files with 5581 additions and 2 deletions

View File

@@ -4,8 +4,8 @@
"description": "The open source modular smart mirror platform.",
"main": "js/electron.js",
"scripts": {
"start": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron js/electron.js",
"start:dev": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron js/electron.js dev",
"start": "./node_modules/.bin/electron js/electron.js",
"start:dev": "./node_modules/.bin/electron js/electron.js dev",
"server": "node ./serveronly",
"install": "echo \"Installing vendor files ...\n\" && cd vendor && npm install --loglevel=error",
"install-fonts": "echo \"Installing fonts ...\n\" && cd fonts && npm install --loglevel=error",

5579
yarn.lock Normal file

File diff suppressed because it is too large Load Diff