Skip to content

Commit 9013cf9

Browse files
Update install_candle_controller.sh
1 parent 76b1d8f commit 9013cf9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install_candle_controller.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,9 @@ if [ -d "$CANDLE_BASE/webthings/gateway2" ]; then
568568
&& [ -d "$CANDLE_BASE/webthings/gateway2/node_modules" ] \
569569
&& [ -d "$CANDLE_BASE/webthings/gateway2/build/static/bundle" ];
570570
then
571+
572+
npm prune --omit=dev
573+
571574
echo "creating .post_upgrade_complete file"
572575
touch .post_upgrade_complete
573576
echo "$(date +%s)" > update_date.txt

0 commit comments

Comments
 (0)