From 362ac33386287dc05487a6b104073b71a5bfdac5 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 19 Jul 2016 01:45:51 -0700 Subject: [PATCH] Add polymer linting to tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",