-
Notifications
You must be signed in to change notification settings - Fork 47.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup grunt flow task and run on travis #6684
Conversation
var done = this.async(); | ||
grunt.util.spawn({ | ||
cmd: 'node_modules/.bin/flow' + extension, | ||
args: ['check', '.'], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will people run this interactively and get confused that it's slow?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All of our grunt tasks are slow so probably doesn't matter.
Seems good. Grunt is weird. |
Ok. If you rebase, it should pass. |
@zpao updated the pull request. |
Alright, locked in at Flow 0.24.0 since that's what we have installed (and our flowconfig expects that). I also ensured we're using latest fbjs which comes with a |
@zpao updated the pull request. |
(cherry picked from commit c9504d9)
(cherry picked from commit c9504d9)
Depends on #6682, currently looking at the root for .flowconfig but can be changed as needed. cc @sebmarkbage