Browse Source

Remove flow-typed install from post-install script

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

3
scripts/postinstall.sh

@ -1,4 +1,3 @@
#/bin/bash
electron-builder install-app-deps &&
flow-typed install -s --overwrite
electron-builder install-app-deps

Loading…
Cancel
Save