Added missing install in flow step

pull/289/head
Vladimir Volek 5 years ago
parent 641af63d3f
commit 2a803c3668

@ -19,6 +19,7 @@ lint:
flow: flow:
stage: test stage: test
script: script:
- yarn install
- yarn run flow - yarn run flow
unit: unit:

Loading…
Cancel
Save