mirror of
https://github.com/elyby/accounts.git
synced 2024-12-02 11:41:05 +05:30
#337: disable flow during build due to missing libelf.so.1 in docker image
This commit is contained in:
parent
8f8f2ee7be
commit
8adc96a3a8
@ -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
|
# - npm run flow --silent # disabled due to missing libelf.so.1 in docker container
|
||||||
- npm run test --silent
|
- npm run test --silent
|
||||||
|
|
||||||
build:production:
|
build:production:
|
||||||
|
Loading…
Reference in New Issue
Block a user