You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(workflow): Enhance deployment process by refining dependency installation
- Added cache-dependency-path for improved caching of yarn dependencies.
- Separated installation steps for root and infrastructure dependencies to streamline the build process.
- Ensured consistent installation of dependencies with frozen lockfile option for both directories.
These changes optimize the GitHub Actions workflow for better performance and reliability during deployment.
0 commit comments