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
parent
commit
731c1a00d5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/postinstall.sh

2
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"

Loading…
Cancel
Save