|
|
|
@ -14,8 +14,8 @@
|
|
|
|
|
"postinstall": "electron-builder install-app-deps && rimraf node_modules/dtrace-provider",
|
|
|
|
|
"start": "electron .",
|
|
|
|
|
"start-multi": "NODE_APP_INSTANCE=1 electron .",
|
|
|
|
|
"start-prod": "LOKI_DEV=1 electron .",
|
|
|
|
|
"start-prod-multi": "LOKI_DEV=1 NODE_APP_INSTANCE=1 electron .",
|
|
|
|
|
"start-prod": "NODE_ENV=production LOKI_DEV=1 electron .",
|
|
|
|
|
"start-prod-multi": "NODE_ENV=production LOKI_DEV=1 NODE_APP_INSTANCE=1 electron .",
|
|
|
|
|
"grunt": "grunt",
|
|
|
|
|
"icon-gen": "electron-icon-maker --input=images/icon_1024.png --output=./build",
|
|
|
|
|
"generate": "yarn icon-gen && yarn grunt",
|
|
|
|
|