-
Notifications
You must be signed in to change notification settings - Fork 25
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
chore: Fix tailwind config #3402
Conversation
Bundle ReportChanges will increase total bundle size by 134.87kB (0.82%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
Bundle ReportChanges will increase total bundle size by 134.87kB (0.82%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #3402 +/- ##
=======================================
Coverage 99.17% 99.17%
=======================================
Files 809 809
Lines 14209 14209
Branches 3916 3921 +5
=======================================
Hits 14092 14092
Misses 108 108
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3402 +/- ##
=======================================
Coverage 99.17% 99.17%
=======================================
Files 809 809
Lines 14209 14209
Branches 3921 3916 -5
=======================================
Hits 14092 14092
Misses 108 108
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3402 +/- ##
=======================================
Coverage 99.17% 99.17%
=======================================
Files 809 809
Lines 14209 14209
Branches 3921 3916 -5
=======================================
Hits 14092 14092
Misses 108 108
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3402 +/- ##
=======================================
Coverage 99.17% 99.17%
=======================================
Files 809 809
Lines 14209 14209
Branches 3921 3921
=======================================
Hits 14092 14092
Misses 108 108
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
Changes are covered in #3403 |
I was getting lint warnings such as attached screenshot. This will fix the reference to the new file name (after craco removal pr). Note I had to delete
node_modules
then re-yarn install
to get it to go away with this fix