From e7750e7ac9c070059c67d76af89405f9bfa8c734 Mon Sep 17 00:00:00 2001 From: eight Date: Fri, 31 Aug 2018 22:31:07 +0800 Subject: [PATCH] Windows compatibility --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aea7563f..d6705cde 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "updates": "^4.2.1" }, "scripts": { - "lint": "eslint **/*.js --cache || true", + "lint": "eslint **/*.js --cache || exit 0", "update": "npm run update-node && npm run update-main", "update-quick": "updates -u && npm update && npm run update-main", "update-main": "npm run update-versions && npm run update-codemirror",