Should there be lock files inside the template? I am unable to get which convention is in use.
In templates such as library/typescript, server/express, server/graphql-nexus etc there are yarn.lock files. On the other hand, most of the templates don't have yarn.lock. So, are those lock files there because of reason or by accident?
Should there be lock files inside the template? I am unable to get which convention is in use. In templates such as
library/typescript
,server/express
,server/graphql-nexus
etc there areyarn.lock
files. On the other hand, most of the templates don't haveyarn.lock
. So, are those lock files there because of reason or by accident?Thanks