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": {