diff --git a/examples/with-flow/package.json b/examples/with-flow/package.json index 0a2a19a0612d0..3adf8c39cc56a 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": {