We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf9a1b commit 4f46126Copy full SHA for 4f46126
blueprint.sh
@@ -248,6 +248,11 @@ if [[ $1 != "-bash" ]]; then
248
export PROGRESS_NOW=0
249
fi
250
251
+ if [[ $BLUEPRINT_ENVIRONMENT == "upgrade" ]]; then
252
+ # Get rid of beta-2025-11 leftovers
253
+ rm -rf resources/scripts/blueprint/utility resources/scripts/blueprint/css/BlueprintStylesheet.css
254
+ fi
255
+
256
if [[ $BLUEPRINT_ENVIRONMENT != "ci" ]]; then
257
PRINT INFO "Installing node modules.."
258
# Check for yarn before installing node modules..
0 commit comments