1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

simpler flow task (#857)

This commit is contained in:
jagreehal 2017-01-24 06:19:14 +00:00 committed by Guillermo Rauch
parent 8d8d5ebdf6
commit cbb2d1c250

View file

@ -6,7 +6,7 @@
"scripts": {
"dev": "next",
"build": "next build",
"flow": "flow; test $? -eq 0 -o $? -eq 2",
"flow": "flow",
"start": "next start"
},
"dependencies": {