Попытка вернуть проверку npm run flow в цикл сборки

This commit is contained in:
ErickSkrauch 2017-08-09 01:09:26 +03:00
parent 549db30b2b
commit 0a5f8feca6

View File

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