BigBlueHat opened a new issue #14: Cleaning up post demo integration URL: https://github.com/apache/incubator-annotator-website/issues/14 When I run `yarn install` in the root of the repo it now creations an empty `node_modules/` file and an (essentially) empty `yarn.lock` file: ```yaml # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. # yarn lockfile v1 ``` So, how should we clean these up? `.gitignore` seems like a bad idea for `yarn.lock` (should we ever need to commit it) and magically deleting them during the `yarn install` run also seems like it'd throw off future developers. ðŸ’'s?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services