fix: install only semantic-prerelease

No reason to install all packages
This commit is contained in:
Tsvetomir Tsonev 2017-06-07 11:58:16 +03:00 коммит произвёл Alex Gyoshev
Родитель ba31548081
Коммит a7fa02551f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -21,7 +21,7 @@ if [ $? -eq 0 ]; then
exit 1
fi
npm update
npm install @telerik/semantic-prerelease
./node_modules/.bin/semantic-prerelease --validate
if [ $? -ne 0 ]; then
"Semantic Prerelase not configured correctly. Aborting."