This commit is contained in:
Devaradhan Murugesan 2019-01-25 19:34:24 -08:00
Родитель 33c8bc23f4
Коммит 3c86ae2be1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -18,7 +18,7 @@ steps:
- task: Npm@1
inputs:
command: custom
customCommand: run tslint
customCommand: run lint
displayName: run linter
- task: Npm@1