-
-
Notifications
You must be signed in to change notification settings - Fork 364
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
🔧 libs/ui CI build on push #7702
Conversation
✅ Deploy Preview for koda-canary ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
AI-Generated Summary: This pull request contains changes across several files, most of which include rearranging import orders, adding the There's a noticeable trend of replacing the '@google/model-viewer' package, which is confirmed by its removal from the The addition of the 'vue' and '@vueuse/core' imports is pervasive in most of the Vue component files like Most of these changes aim to enhance the overall readability of the codebase and improve the management of dependencies. There is a shift from using 'google/model-viewer' to '@vueuse/core'. There is a focus on improving reactiveness in components, as seen with the addition of Also, a new GitHub Actions workflow configuration file named 'build.libs-ui.yml' has been added, which is triggered on every push to the In Lastly, the revisions in |
Reviewpad Report
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No top level dependency changes detected. Learn more about Socket for GitHub ↗︎ |
Code Climate has analyzed commit cb7628c and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Goes after #7701
ref #4464
New workflow to build
libs/ui
package each time we edit files