Closed fsmanuel closed 2 years ago
Can you rebase the branch and ensure that only the lockfile, resulting from yarn-deduplicate && yarn
, is committed?
# Reset the branch
git reset --hard HEAD~8
git pull --rebase origin main
yarn install
# De-duplicate packages
yarn-deduplicate && yarn
git commit -m yarn.lock
...
@ijlee2 rebased
Ref https://github.com/ember-intl/cp-validations/issues/85