Run tslint on the demo

Fixes #1673
This commit is contained in:
Daniel Imms
2018-09-09 07:28:22 -07:00
parent 715c078b6d
commit d943a5c890
+1 -1
View File
@@ -50,7 +50,7 @@
"scripts": {
"start": "node demo/start",
"start-zmodem": "node demo/zmodem/app",
"lint": "tslint 'src/**/*.ts'",
"lint": "tslint 'src/**/*.ts' './demo/**/*.ts'",
"test": "npm-run-all mocha lint",
"test-debug": "node --inspect-brk node_modules/.bin/gulp test",
"test-suite": "gulp mocha-suite --test",