8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5023b0d commit 2c18d0bCopy full SHA for 2c18d0b
package.json
@@ -38,7 +38,7 @@
38
"test": "run-s format build lint testonly test:types:*",
39
"test:travis": "npm run test && ./resources/check-changes",
40
"test:types:ts": "dtslint type-definitions/ts-tests",
41
- "test:types:flow": "flow check type-definitions/tests",
+ "test:types:flow": "flow check type-definitions/tests --include-warnings",
42
"perf": "node ./resources/bench.js",
43
"start": "gulp --gulpfile gulpfile.js dev",
44
"deploy": "./resources/deploy-ghpages.sh",
0 commit comments