[skip ci] Revert "Попытка вернуть проверку npm run flow в цикл сборки"

Увы, это всё ещё не работает. Вероятно, нужно добирать необходимую библиотеку в контейнер
This commit is contained in:
ErickSkrauch 2017-08-09 01:10:58 +03:00
parent 0a5f8feca6
commit c824db6487

View File

@ -49,7 +49,7 @@ test:frontend:
- cd frontend
- npm i --silent > /dev/null
- npm run lint --silent
- npm run flow --silent
# - npm run flow --silent # disabled due to missing libelf.so.1 in docker container
- npm run test --silent
build:production: