Closed vicb closed 2 months ago
This pull request updates dependencies and configuration in project files. The main changes involve adding dependencies to the "preview" command and removing unnecessary whitespace.
Files | Changes |
---|---|
libs/windy-sounding/project.json apps/fxc-front/project.json |
Added a dependency on the 'build' task for the 'preview' command |
libs/windy-sounding/project.json |
Removed unnecessary whitespace and empty lines |
libs/windy-sounding/project.json |
Reformatted the 'commands' array in the 'upload' task to a single line |
Latest commit: |
d0c1880
|
Status: | ✅ Deploy successful! |
Preview URL: | https://95539f8e.flyxc.pages.dev |
Branch Preview URL: | https://virtual-branch-1.flyxc.pages.dev |
The recent updates enhance project dependency management and streamline configuration for both the fxc-front
and windy-sounding
applications. A new "dependsOn"
property has been added to ensure that builds are completed before executing production and preview commands. Additionally, the package.json
file has seen version increments across multiple packages, reflecting efforts to maintain up-to-date dependencies for improved performance and functionality.
File(s) | Change Summary |
---|---|
apps/fxc-front/project.json |
Added "dependsOn": ["build"] in the production configuration. |
libs/windy-sounding/project.json |
Added "dependsOn": ["build"] in the preview configuration; removed blank lines for readability; reformatted upload commands. |
package.json |
Incremented version numbers for multiple dependencies, including several packages upgraded from 19.5.6 to 19.6.1 . |
🐰 In the garden of code, changes bloom bright,
Builds now depend, a new guiding light.
With versions updated, the paths clear and neat,
A hop and a skip, with progress so sweet!
Let's frolic with joy, for improvements we've won,
In the world of code, our dance has begun! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by Sourcery
Enhance project configurations by adding dependencies on the 'build' target for 'preview' and 'production' tasks in the project.json files of 'windy-sounding' and 'fxc-front'.
Enhancements:
Summary by CodeRabbit
New Features
Bug Fixes
Chores