From 8f8f2ee7bec60a538e046fd357cce3aa2ac978cc Mon Sep 17 00:00:00 2001 From: SleepWalker Date: Mon, 12 Jun 2017 22:11:23 +0300 Subject: [PATCH] #337: add flow js in CI build --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d9cab9c..963aa13 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,6 +49,7 @@ test:frontend: - cd frontend - npm i --silent > /dev/null - npm run lint --silent + - npm run flow --silent - npm run test --silent build:production: