run flow as part of 'npm test' so it runs on travis-ci

This commit is contained in:
Kevin Barabash
2017-08-19 22:35:42 -04:00
committed by Kevin Barabash
parent d8116bdc64
commit 6db61cb219
3 changed files with 11 additions and 2 deletions

View File

@@ -46,8 +46,8 @@
},
"bin": "cli.js",
"scripts": {
"test": "make lint test",
"lint": "make lint",
"test": "make lint flow test",
"prepublish": "make NIS= dist"
},
"pre-commit": [