Skip to content

Commit 702a787

Browse files
committed
feat: experimental solution??
1 parent 8d68865 commit 702a787

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

blueprint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

scripts/commands/extensions/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

scripts/commands/extensions/remove.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)