Merge pull request #760 from quicktype/run-tslint-in-ci
Run TSLint when testing. Fixes #758
This commit is contained in:
Коммит
149b50e615
|
@ -9,10 +9,10 @@
|
|||
"pub": "script/publish.sh",
|
||||
"prepare": "npm run build",
|
||||
"build": "script/build.ts",
|
||||
"test": "npm run build && jest && script/test",
|
||||
"test": "npm run build && npm run tslint && jest && script/test",
|
||||
"start": "script/watch",
|
||||
"pkg": "script/make-pkgs.sh",
|
||||
"tslint": "tslint --project src"
|
||||
"tslint": "tslint --project src --exclude 'src/get-stream/**' --exclude 'src/__tests__/**'"
|
||||
},
|
||||
"dependencies": {
|
||||
"chalk": "^2.1.0",
|
||||
|
|
Загрузка…
Ссылка в новой задаче