From 05ec36ad4db22a14ff80195e5593523528e376fc Mon Sep 17 00:00:00 2001 From: Adam Miskiewicz Date: Sun, 14 May 2017 14:24:20 -0700 Subject: [PATCH] Run 'flow check' instead of 'flow' in CI --- packages/react-navigation/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react-navigation/package.json b/packages/react-navigation/package.json index 0b602da9..b53e271e 100644 --- a/packages/react-navigation/package.json +++ b/packages/react-navigation/package.json @@ -27,12 +27,12 @@ "start": "node ./node_modules/react-native/local-cli/cli.js start --config ./rn-cli.config.js", "run-playground-ios": "cd examples/NavigationPlayground && react-native run-ios", "run-playground-android": "cd examples/NavigationPlayground && react-native run-android", - "test": "npm run lint && npm run flow && npm run jest", + "test": "npm run lint && npm run flow-check && npm run jest", "jest": "jest", "lint": "eslint .", "format": "eslint --fix .", "flow": "flow", - "flow-check": "flow check --show-all-errors | flow-result-checker", + "flow-check": "flow check --show-all-errors", "prepublish": "npm run clean && npm run build" }, "files": [