Improve data model & fix tests

This commit is contained in:
Thomas Nordquist
2019-01-02 15:58:44 +01:00
parent 5697b2daea
commit 48aa317c7c
23 changed files with 335 additions and 152 deletions

View File

@@ -5,7 +5,9 @@
"main": "electron.js",
"scripts": {
"start": "electron .",
"release": "./release.sh"
"test": "npm run test-backend",
"test-backend": "cd backend && npm run test && cd ..",
"release": "npm run test && ./release.sh"
},
"build": {
"appId": "mq-explorer",