#337: add flow js in CI build

This commit is contained in:
SleepWalker 2017-06-12 22:11:23 +03:00
parent 8fc0023564
commit 8f8f2ee7be

View File

@ -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: