Explicitly point to TSLint configuration
AppVeyor seems to ignore our configuration.
This commit is contained in:
parent
b8bbed3ec9
commit
d6b40a3e94
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
"test-server": "mocha --recursive test/server",
|
||||
"test-server-coverage": "nyc --reporter=lcov --reporter=text mocha --recursive test/server",
|
||||
"eslint": "eslint .",
|
||||
"tslint": "tslint ts/**/*.{ts,tsx}",
|
||||
"tslint": "tslint --config tslint.json ts/**/*.{ts,tsx}",
|
||||
"transpile": "tsc",
|
||||
"clean-transpile": "rimraf ts/**/*.js ts/*.js",
|
||||
"open-coverage": "open coverage/lcov-report/index.html",
|
||||
|
|
Loading…
Reference in a new issue