mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 12:12:20 +00:00
Added start:dev script
This commit is contained in:
parent
1fd506f25d
commit
052f0b8709
@ -13,6 +13,7 @@ _This release is scheduled to be released on 2021-04-01._
|
|||||||
|
|
||||||
- Added GitHub workflows for automated testing and changelog enforcement.
|
- Added GitHub workflows for automated testing and changelog enforcement.
|
||||||
- Add CodeCov badge to Readme.
|
- Add CodeCov badge to Readme.
|
||||||
|
- Added `start:dev` command to the npm scripts for starting electron with devTools open
|
||||||
|
|
||||||
### Updated
|
### Updated
|
||||||
|
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
"main": "js/electron.js",
|
"main": "js/electron.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron js/electron.js",
|
"start": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron js/electron.js",
|
||||||
|
"start:dev": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron js/electron.js dev",
|
||||||
"server": "node ./serveronly",
|
"server": "node ./serveronly",
|
||||||
"install": "echo \"Installing vendor files ...\n\" && cd vendor && npm install --loglevel=error",
|
"install": "echo \"Installing vendor files ...\n\" && cd vendor && npm install --loglevel=error",
|
||||||
"install-fonts": "echo \"Installing fonts ...\n\" && cd fonts && npm install --loglevel=error",
|
"install-fonts": "echo \"Installing fonts ...\n\" && cd fonts && npm install --loglevel=error",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user