From d1b890c49a7d7282d8aaff7795e18b2ac6e8107e Mon Sep 17 00:00:00 2001 From: Tuukka Ikkala Date: Tue, 26 May 2020 15:21:43 +0300 Subject: [PATCH] npm test: Run eslint after sanitycheck.js --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c42a937b4..4b1a42c05 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "scripts": { "lint-apps": "eslint ./apps --ext .js", - "test": "node bin/sanitycheck.js", + "test": "node bin/sanitycheck.js && eslint ./apps --ext .js", "start": "npx http-server" }, "dependencies": {