summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json
index 964c484..c202375 100644
--- a/package.json
+++ b/package.json
@@ -5,10 +5,9 @@
"main": "app/main.js",
"scripts": {
"start": "electron ./app/main.js",
- "build": "webpack",
- "watch": "npm run build -- --watch",
+ "watch": "webpack --watch",
"lint": "eslint .",
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "node ./test/test.js"
},
"author": "",
"license": "ISC",