From ace2d55705fa511a0f6d62ffc2141a1ddc38c70c Mon Sep 17 00:00:00 2001 From: Tony Brix Date: Fri, 2 Mar 2018 23:11:58 -0600 Subject: [PATCH] revert #1088 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 53d932144c..11ab79ec2f 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "uglify-js": "^3.3.10" }, "scripts": { - "test": "node test && npm run test:lint", + "test": "node test", "test:lint": "eslint lib/marked.js test/index.js", "bench": "node test --bench", "lint": "eslint --fix lib/marked.js test/index.js",