We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b130f6 commit c00eb4cCopy full SHA for c00eb4c
package.json
@@ -13,7 +13,7 @@
13
"build": "tsc",
14
"gen-docs": "typedoc --readme none --mode modules --excludeNotExported --excludePrivate --exclude **/*_test.ts --out ./docs/api .",
15
"pretest": "npm run posttest; ln -s node_modules bower_components",
16
- "test": "wct -l chrome",
+ "test": "npm run lint && wct -l chrome",
17
"posttest": "rm -f bower_components",
18
"checksize": "uglifyjs lit-html.js -mc --toplevel | gzip -9 | wc -c",
19
"format": "find src test | grep '\\.js$\\|\\.ts$' | xargs clang-format --style=file -i",
0 commit comments