Skip to content

Instantly share code, notes, and snippets.

@zzarcon
Created November 5, 2017 09:31
Embed
What would you like to do?
runWhen([{
changedFiles: () => Promise.resolve(['app/index.js', 'app/components/header.jsx']),
glob: ['app/components/**'],
task(paths) {}
}])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment