Chores are the things you have to do that don’t actually change your product.
Examples include paying down technical debt, improving test coverage, upgrading library dependencies, research, devops tasks like spinning up new servers, database maintenance, operational tasks, writing scripts to automate those tasks, etc
Is your chore request related to a problem? Please describe.
Node modules and package-lock.json are unnecessarily added to the root of the project.
Describe the solution you'd like
Remoe the node modules and package-lock file.
Chores are the things you have to do that don’t actually change your product. Examples include paying down technical debt, improving test coverage, upgrading library dependencies, research, devops tasks like spinning up new servers, database maintenance, operational tasks, writing scripts to automate those tasks, etc
Is your chore request related to a problem? Please describe. Node modules and package-lock.json are unnecessarily added to the root of the project.
Describe the solution you'd like Remoe the node modules and package-lock file.