You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the comment! Both package-lock.json and yarn.lock should be used for applications (but only one).
In my opinion, libraries should not use lock files because the end user can (and will) end up with different dependencies since both npm and yarn ignore dependency lock files. So your library can seemingly pass tests, but be broken for end users.
On another subject, have you used @backtrack/core yet? If so, what are your thoughts?
For example, able to remove
package-lock.json
/yarn.lock
.The text was updated successfully, but these errors were encountered: