From fde2da28ce9a0513194883bb77a86bcc34c3c58d Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Mon, 22 Jun 2020 17:25:34 -0700 Subject: npmignore some stuff + readd linting --- package.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package.json') 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", -- cgit v1.2.3