ember-intl / cp-validations

ember-intl support for ember-cp-validations
MIT License
10 stars 13 forks source link

Run yarn-deduplicate && yarn #89

Closed fsmanuel closed 2 years ago

fsmanuel commented 2 years ago

Ref https://github.com/ember-intl/cp-validations/issues/85

ijlee2 commented 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

...
fsmanuel commented 2 years ago

@ijlee2 rebased