Improve build

This commit is contained in:
Thomas Nordquist
2019-01-13 03:13:00 +01:00
parent c40949f38d
commit 7e28865a73
3 changed files with 16 additions and 6 deletions

View File

@@ -5,6 +5,7 @@
"main": "electron.js",
"scripts": {
"start": "electron .",
"install": "cd app; npm install; cd ..",
"test": "npm run test-backend",
"build": "cd app; npm run build; cd ..; cd backend; npm run build; cd ..",
"test-backend": "cd backend && npm run test && cd ..",
@@ -16,7 +17,7 @@
},
"build": {
"appId": "mqtt-explorer",
"nodeGypRebuild": true,
"nodeGypRebuild": false,
"mac": {
"category": "de.t7n.apps.mq-explorer",
"publish": [