Merge pull request #375 from clark800/flow-check

Use "flow check" to prevent "out of retries" errors
This commit is contained in:
Chris Clark
2015-06-18 15:12:56 -07:00

View File

@@ -48,7 +48,7 @@
"scripts": {
"build": "gulp",
"clean": "rm -rf dist/npm && rm -rf build/flow",
"typecheck": "babel --optional runtime --blacklist flow -d build/flow/ src/ && flow",
"typecheck": "babel --optional runtime --blacklist flow -d build/flow/ src/ && flow check",
"compile": "babel --optional runtime -d dist/npm/ src/ && cp -r src/api/common/schemas/ dist/npm/api/common/schemas/",
"compile-with-source-maps": "babel --optional runtime -s -t -d dist/npm/ src/",
"prepublish": "npm run clean && npm run compile",