File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
scripts/commands/extensions Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -374,6 +374,7 @@ if [[ $1 != "-bash" ]]; then
374374 hide_progress
375375 cd " $FOLDER " || cdhalt
376376 set -eo pipefail
377+ rm -rf " $FOLDER /node_modules/.cache"
377378 yarn run build:production --progress
378379 set +eo pipefail
379380
Original file line number Diff line number Diff line change @@ -1409,6 +1409,7 @@ Command() {
14091409 PRINT INFO " Rebuilding panel assets.."
14101410 hide_progress
14111411 cd " $FOLDER " || cdhalt
1412+ rm -rf " $FOLDER /node_modules/.cache"
14121413 yarn run build:production --progress
14131414 fi
14141415
Original file line number Diff line number Diff line change @@ -411,6 +411,7 @@ Command() {
411411 if [[ $YARN == " y" ]]; then
412412 PRINT INFO " Rebuilding panel assets.."
413413 cd " $FOLDER " || cdhalt
414+ rm -rf " $FOLDER /node_modules/.cache"
414415 yarn run build:production --progress
415416 fi
416417
You can’t perform that action at this time.
0 commit comments