From 9458d90b5e9aea42d737345958a9c2cc5783ee1f Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 7 Jul 2020 18:00:11 -0400 Subject: [PATCH] fix(tests): shot in the dark --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 980fa42889..04475f84f4 100644 --- a/install/package.json +++ b/install/package.json @@ -11,7 +11,7 @@ "main": "app.js", "scripts": { "start": "node loader.js", - "lint": "eslint --cache ./nodebb .", + "lint": "npx eslint --cache ./nodebb .", "pretest": "npm run lint", "test": "nyc --reporter=html --reporter=text-summary mocha", "coveralls": "nyc report --reporter=text-lcov | coveralls && rm -r coverage"