FormidableLabs / eslint-plugin-react-native-a11y

React Native specific accessibility linting rules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add `yarn.lock` to source to make builds deterministic.

ryan-roemer opened this issue · comments

  • We presently do a yarn install --frozen-lockfile which is great to make sure no one makes package changes without updating the lock file.
  • The lockfile gives us build determinism to avoid awkward unrelated build failures like in: ub.com//pull/44

Task:

  • Create and add yarn.lock to git source.