mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-27 22:40:49 +00:00
chore: fuselage link not working properly (#37691)
This commit is contained in:
parent
2050d1d07f
commit
38bd32c5b2
@ -80,7 +80,7 @@ if [[ $action == "next-all" || $action == "latest-all" ]]; then
|
||||
targetVersion="latest"
|
||||
fi
|
||||
|
||||
echo "📦 @rocket.chat/emitter [UPDATING to $targetVersion version...]
|
||||
echo "📦 @rocket.chat/emitter [UPDATING to $targetVersion version...]
|
||||
📦 @rocket.chat/fuselage-toastbar [UPDATING to $targetVersion version...]
|
||||
📦 @rocket.chat/fuselage-tokens [UPDATING to $targetVersion version...]
|
||||
📦 @rocket.chat/css-in-js [UPDATING to $targetVersion version...]
|
||||
@ -92,7 +92,7 @@ echo "📦 @rocket.chat/emitter [UPDATING to $targetVersion version...]
|
||||
📦 @rocket.chat/memo [UPDATING to $targetVersion version...]
|
||||
📦 @rocket.chat/onboarding-ui [UPDATING to $targetVersion version...]
|
||||
📦 @rocket.chat/string-helpers [UPDATING to $targetVersion version...]
|
||||
📦 @rocket.chat/layout [UPDATING to $targetVersion version...]
|
||||
📦 @rocket.chat/layout [UPDATING to $targetVersion version...]"
|
||||
|
||||
eval "yarn up @rocket.chat/emitter@$targetVersion @rocket.chat/fuselage-toastbar@$targetVersion @rocket.chat/fuselage-tokens@$targetVersion @rocket.chat/css-in-js@$targetVersion @rocket.chat/styled@$targetVersion @rocket.chat/fuselage@$targetVersion @rocket.chat/fuselage-hooks@$targetVersion @rocket.chat/icons@$targetVersion @rocket.chat/logo@$targetVersion @rocket.chat/memo@$targetVersion @rocket.chat/onboarding-ui@$targetVersion @rocket.chat/string-helpers@$targetVersion @rocket.chat/layout@$targetVersion"
|
||||
exit 1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user