Removed the step to reinstall dependencies to update the lockfile in the continuous deployment workflow. This change simplifies the workflow by eliminating unnecessary steps.
Changes walkthrough ๐
Relevant files
Enhancement
cd-develop.yml
Remove dependency reinstallation step in CD workflow
.github/workflows/cd-develop.yml
- Removed the step to reinstall dependencies to update the lockfile.
PR Type
enhancement
Description
Changes walkthrough ๐
cd-develop.yml
Remove dependency reinstallation step in CD workflow
.github/workflows/cd-develop.yml - Removed the step to reinstall dependencies to update the lockfile.