Skip to content

Commit 4f46126

Browse files
committed
feat: get rid of beta-2025-11 leftovers
1 parent bdf9a1b commit 4f46126

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

blueprint.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,11 @@ if [[ $1 != "-bash" ]]; then
248248
export PROGRESS_NOW=0
249249
fi
250250

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+
251256
if [[ $BLUEPRINT_ENVIRONMENT != "ci" ]]; then
252257
PRINT INFO "Installing node modules.."
253258
# Check for yarn before installing node modules..

0 commit comments

Comments
 (0)