only run flow check in CI if npm 3

This commit is contained in:
Henry Zhu
2016-02-02 21:14:43 -05:00
parent 3522148255
commit f59faeeeaa
3 changed files with 17 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ test-cov: clean
test-ci:
make lint
NODE_ENV=test make bootstrap
./node_modules/.bin/flow check
node scripts/run-flow-check.js
./scripts/test-cov.sh
cat ./coverage/coverage.json | ./node_modules/codecov.io/bin/codecov.io.js