diff --git a/package.json b/package.json index 2b8c0749..d5cf4fc6 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "app": "electron app", "dev": "webpack -w", "build": "cross-env NODE_ENV=production webpack", - "test": "xo && npm run dist && ava", + "lint": "xo", + "test": "npm run lint && npm run dist && ava", "prepush": "npm test", "postinstall": "install-app-deps", "pack": "npm run build && build --dir && babel --no-comments --compact --minified --out-file app/dist/bundle.js app/dist/bundle.js",