Browse Source
Merge pull request #1719 from meriadec/fix-flow-typed
Fix flow by removing yet another broken flow-typed def
gre-patch-1
Gaëtan Renaudeau
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
scripts/postinstall.sh
|
|
@ -55,7 +55,7 @@ function installFlowTyped { |
|
|
|
"Failed installing flow-typed definitions" |
|
|
|
|
|
|
|
runJob \ |
|
|
|
"rm flow-typed/npm/{react-i18next_v7.x.x.js,styled-components_v3.x.x.js,redux_*,winston*}" \ |
|
|
|
"rm flow-typed/npm/{react-i18next_v7.x.x.js,styled-components_v3.x.x.js,redux_*,winston*,react-hot-loader_*}" \ |
|
|
|
"Removing broken flow-typed definitions" \ |
|
|
|
"Removed broken flow-typed definitions" \ |
|
|
|
"Failed removing broken flow-typed definitions" |
|
|
|