-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(lint-staged): add yarn command to lint staged to ensure the lock file is updated #3608
Conversation
|
f8c299f
to
9d0decc
Compare
File metricsSummaryTotal size: 2.25 MB* 🎉 No changes detected in any packages * Size is the sum of all main files for packages in the library.* An ASCII character in UTF-8 is 8 bits or 1 byte. |
🚀 Deployed on https://pr-3608--spectrum-css.netlify.app |
Co-authored-by: [ Cassondra ] <[email protected]>
adb7ed2
to
b649170
Compare
Co-authored-by: [ Cassondra ] <[email protected]>
Co-authored-by: [ Cassondra ] <[email protected]>
* chore: release * fix(lint-staged): resolve conflict (#3608) Co-authored-by: [ Cassondra ] <[email protected]> --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Cory Dransfeldt <[email protected]> Co-authored-by: [ Cassondra ] <[email protected]>
Description
This PR adds the
yarn
command afteryarn constraints --fix
is invoked inlint-staged.config.js
to ensure that the lock file is updated and to help prevent build failures.We'll need to monitor release PRs to verify that this addresses failures when generating release PRs.