Skip to content

Commit c00eb4c

Browse files
committed
Run lint before tests
1 parent 8b130f6 commit c00eb4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"build": "tsc",
1414
"gen-docs": "typedoc --readme none --mode modules --excludeNotExported --excludePrivate --exclude **/*_test.ts --out ./docs/api .",
1515
"pretest": "npm run posttest; ln -s node_modules bower_components",
16-
"test": "wct -l chrome",
16+
"test": "npm run lint && wct -l chrome",
1717
"posttest": "rm -f bower_components",
1818
"checksize": "uglifyjs lit-html.js -mc --toplevel | gzip -9 | wc -c",
1919
"format": "find src test | grep '\\.js$\\|\\.ts$' | xargs clang-format --style=file -i",

0 commit comments

Comments
 (0)