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:
parent
8d8d5ebdf6
commit
cbb2d1c250
|
@ -6,7 +6,7 @@
|
|||
"scripts": {
|
||||
"dev": "next",
|
||||
"build": "next build",
|
||||
"flow": "flow; test $? -eq 0 -o $? -eq 2",
|
||||
"flow": "flow",
|
||||
"start": "next start"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue