Created
April 23, 2017 16:31
-
-
Save soenkehahn/98d5c35f8d789db2a252c720151ae03f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -o errexit | |
yarn add flow-bin flow-typed validated lodash | |
./node_modules/.bin/flow-typed install || true | |
flow |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment