diff --git a/package.json b/package.json index 1913555127..0a08f0192b 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "watch_ru_all": "npm run watch_ru_core | npm run watch_ru_demo", "watch_ru_core": "rollup --config rollup/core.js --watch", "watch_ru_demo": "rollup --config rollup/demo.js --watch", - "test": "eslint src panels --ext html" + "test": "eslint src panels --ext html && ls -1 src/**/*.html | xargs polymer lint --input" }, "author": "Paulus Schoutsen (http://paulusschoutsen.nl)", "license": "MIT",