Created
November 5, 2017 09:31
-
-
Save zzarcon/2bc005ec87a627e5c8b77b454e00052f 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
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