From 3ab0ab5bc80e61e439c04ac5b1f6dccd42cb2c60 Mon Sep 17 00:00:00 2001 From: meriadec Date: Mon, 19 Feb 2018 10:44:05 +0100 Subject: [PATCH] Remove flow-typed install from post-install script --- scripts/postinstall.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/postinstall.sh b/scripts/postinstall.sh index 9d5486d3..9777a2b6 100755 --- a/scripts/postinstall.sh +++ b/scripts/postinstall.sh @@ -1,4 +1,3 @@ #/bin/bash -electron-builder install-app-deps && -flow-typed install -s --overwrite +electron-builder install-app-deps