diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
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", |