From 3b5b90e0731d4585cea643bb1ef8674c9190cb27 Mon Sep 17 00:00:00 2001 From: meriadec Date: Thu, 5 Jul 2018 21:00:56 +0200 Subject: [PATCH] Update flow-typed ref. Correct CI check. --- scripts/postinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/postinstall.sh b/scripts/postinstall.sh index eeed781a..a879e5fe 100755 --- a/scripts/postinstall.sh +++ b/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