summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
author8cy <[email protected]>2020-06-22 17:25:34 -0700
committer8cy <[email protected]>2020-06-22 17:25:34 -0700
commit787441886f1ba68fde09867ced0baa003b0ae3f4 (patch)
treeda163784722f46427e371172a4470344d112dfe9 /package.json
parentfix formatting from linter (diff)
downloadmonkey-type-desktop-787441886f1ba68fde09867ced0baa003b0ae3f4.tar.xz
monkey-type-desktop-787441886f1ba68fde09867ced0baa003b0ae3f4.zip
npmignore some stuff + readd linting
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 9836ff1..a0eec34 100644
--- a/package.json
+++ b/package.json
@@ -8,6 +8,8 @@
"author": "Sin",
"scripts": {
"postinstall": "electron-builder install-app-deps",
+ "lint": "xo",
+ "test": "npm run lint",
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder --macos --linux --windows",