instant-articles-builder icon indicating copy to clipboard operation
instant-articles-builder copied to clipboard

Add Watchman to the project

Open yeah-sir opened this issue 7 years ago • 1 comments

Running the jest tests on the rules editor project issues a warning regarding watchman.

jest-haste-map: Watchman crawl failed. Retrying once with node crawler. Usually this happens when watchman isn't running. Create an empty .watchmanconfig file in your project's root folder or initialize a git or hg repository in your project.

Should we set up a watcher (using watchman) for this project to rebuild when any code changes are made? This will get rid of the jest warning as well.

More on watchman here: https://facebook.github.io/watchman/

yeah-sir avatar Nov 22 '17 18:11 yeah-sir

#19 Disables the warning for now

timjacobi avatar Nov 23 '17 12:11 timjacobi