From cbb2d1c2503790048b8413a8357970c344515946 Mon Sep 17 00:00:00 2001 From: jagreehal Date: Tue, 24 Jan 2017 06:19:14 +0000 Subject: [PATCH] simpler flow task (#857) --- examples/with-flow/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-flow/package.json b/examples/with-flow/package.json index 0a2a19a0..3adf8c39 100644 --- a/examples/with-flow/package.json +++ b/examples/with-flow/package.json @@ -6,7 +6,7 @@ "scripts": { "dev": "next", "build": "next build", - "flow": "flow; test $? -eq 0 -o $? -eq 2", + "flow": "flow", "start": "next start" }, "dependencies": {