mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Fail generating website if any page throws an error
This will prevent us from having pages on the site that just show error stack traces -- instead, Travis will fail with an error and we'll notice sooner. I cleaned up this logic to use promises which was eay easier to track for the error behavior and should be simpler to follow regardless.
This commit is contained in:
@@ -14,5 +14,8 @@
|
||||
"react-docgen": "^1.1.0",
|
||||
"react-page-middleware": "git://github.com/facebook/react-page-middleware.git",
|
||||
"request": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bluebird": "^2.9.21"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user