Skip to content

Commit 43be632

Browse files
committed
Require no flow warnings
1 parent d03d6f0 commit 43be632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"test": "npm run lint && npm run check && npm run testonly",
2323
"test:ci": "npm run lint && npm run check && npm run testonly:coveralls",
2424
"lint": "eslint src",
25-
"check": "flow check",
25+
"check": "flow check --max-warnings 0",
2626
"build": "babel src --ignore src/__tests__ --out-dir dist/ ; cp src/index.js dist/index.js.flow ; cp src/index.d.ts dist/",
2727
"watch": "babel resources/watch.js | node",
2828
"testonly": "jest src",

0 commit comments

Comments
 (0)