From 89a40fe18d81331d7ab116820d50c8c7d74b56c1 Mon Sep 17 00:00:00 2001 From: Josh Bruce Date: Mon, 26 Feb 2018 18:22:13 -0500 Subject: [PATCH] Run lint tests with regular test suite See #1083 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e336f744fa..9f8c4c1ace 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "uglify-js": "^3.3.10" }, "scripts": { - "test": "node test", + "test": "node test && npm run test:lint", "test:lint": "eslint lib/marked.js test/index.js", "bench": "node test --bench", "lint": "eslint --fix lib/marked.js test/index.js",