Skip to content

Commit

Permalink
🔨 fix update frontend repos also upgrading other packages
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed Sep 18, 2024
1 parent 8ab2097 commit 55fde96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ frontend() {
}

upgrade_frontend_repos() {
pnpm upgrade "'${FRONTEND[*]}'"
pnpm update "${FRONTEND[@]}"
}

messages() {
Expand Down

0 comments on commit 55fde96

Please sign in to comment.