Skip to content

Commit

Permalink
simpler flow task (#857)
Browse files Browse the repository at this point in the history
  • Loading branch information
jagreehal authored and rauchg committed Jan 24, 2017
1 parent 8d8d5eb commit cbb2d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"dev": "next",
"build": "next build",
"flow": "flow; test $? -eq 0 -o $? -eq 2",
"flow": "flow",
"start": "next start"
},
"dependencies": {
Expand Down

0 comments on commit cbb2d1c

Please sign in to comment.