Closed lalexgap closed 1 year ago
Run yarn with the --frozen-lockfile flag on CI, which will fail if the yarn.lock would be modified. This ensures we always check in the latest yarn.lock.
--frozen-lockfile
yarn.lock
Run yarn with the
--frozen-lockfile
flag on CI, which will fail if the yarn.lock would be modified. This ensures we always check in the latestyarn.lock
.