Browse Source

Update flow-typed ref. Correct CI check.

master
meriadec 7 years ago
parent
commit
3b5b90e073
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 2
      scripts/postinstall.sh

2
scripts/postinstall.sh

@ -4,7 +4,7 @@
source scripts/hash-utils.sh
function MAIN {
if ! $CI; then
if [ "$CI" != "1" ]; then
REBUILD_ELECTRON_NATIVE_DEPS
fi
INSTALL_FLOW_TYPED

Loading…
Cancel
Save