Skip to content

Commit

Permalink
feature: update dependencies script
Browse files Browse the repository at this point in the history
  • Loading branch information
levivilet committed Nov 18, 2024
1 parent e6bb3a9 commit f2d0b7d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/update-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ function updateDependencies {
fi
}

updateDependencies &&
updateDependencies &&
cd packages/build && updateDependencies && cd ../.. &&
cd packages/server && updateDependencies && cd ../.. &&
cd packages/e2e && updateDependencies && cd ../.. &&

echo "Great Success!"

Expand Down

0 comments on commit f2d0b7d

Please sign in to comment.