No need to run 'build' in the CI anymore, as we're explicitely running eslint

This commit is contained in:
Mathieu Agopian 2018-04-04 13:13:40 -07:00
Родитель 2993a713ab
Коммит 8928bf67ae
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -39,9 +39,6 @@ jobs:
# run tests!
- run: yarn test
# run build!
- run: yarn run build
- deploy:
command: |
if [ "${CIRCLE_BRANCH}" == "master" ]; then