diff options
| author | 8cy <[email protected]> | 2020-06-22 17:28:41 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-06-22 17:28:41 -0700 |
| commit | 61f513c9d570117b67e2ec115b0c9c36b455317d (patch) | |
| tree | e6d4d12e2d4ae5fa53ab873b8109da93a281722b /package.json | |
| parent | npmignore some stuff + readd linting (diff) | |
| download | monkey-type-desktop-61f513c9d570117b67e2ec115b0c9c36b455317d.tar.xz monkey-type-desktop-61f513c9d570117b67e2ec115b0c9c36b455317d.zip | |
delete test once again
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package.json b/package.json index a0eec34..9836ff1 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,6 @@ "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", |