Use "flow check" to prevent "out of retries" errors

This commit is contained in:
Chris Clark
2015-06-18 15:10:16 -07:00
parent ff6ac0333c
commit 621dfd9ca5

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",