This commit is contained in:
Stephen Franceschelli 2017-12-21 12:38:09 -05:00 коммит произвёл GitHub
Родитель 65c87d5ded
Коммит 9ab5d63201
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -7,11 +7,11 @@ steps:
# install dependencies
- script: npm install
display: npm install
displayName: npm install
# build
- script: npm run build
display: npm run build
displayName: npm run build
# test using node 8.9.1
- script: npm run test