A framework for building native applications using React
circle ci: yarn cache uses package.json checksum as a key
Summary: To better utilize Circle CI caching, yarn cache will use package.json file checksum as key in addition to arch, because in most cases yarn cache will be updated if package.json updates. Circle CI sample apps use yarn.lock checksum as yarn cache key, but react-native don't have yarn.lock in the repo, so it's best to use package.json instead. Closes https://github.com/facebook/react-native/pull/19395 Differential Revision: D8125405 Pulled By: hramos fbshipit-source-id: 5c7aa312231cc0b42bc502a5177bb84e31bcd305
D
Dulmandakh committed
0bbac18cf0ac7434e231cc90604db011602246b8
Parent: 390ded8
Committed by Facebook Github Bot <[email protected]>
on 5/23/2018, 8:58:16 PM