diff options
| author | 8cy <[email protected]> | 2020-06-22 17:25:34 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-06-22 17:25:34 -0700 |
| commit | 787441886f1ba68fde09867ced0baa003b0ae3f4 (patch) | |
| tree | da163784722f46427e371172a4470344d112dfe9 /package.json | |
| parent | fix formatting from linter (diff) | |
| download | monkey-type-desktop-787441886f1ba68fde09867ced0baa003b0ae3f4.tar.xz monkey-type-desktop-787441886f1ba68fde09867ced0baa003b0ae3f4.zip | |
npmignore some stuff + readd linting
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", |