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 76b1d8f commit 9013cf9Copy full SHA for 9013cf9
install_candle_controller.sh
@@ -568,6 +568,9 @@ if [ -d "$CANDLE_BASE/webthings/gateway2" ]; then
568
&& [ -d "$CANDLE_BASE/webthings/gateway2/node_modules" ] \
569
&& [ -d "$CANDLE_BASE/webthings/gateway2/build/static/bundle" ];
570
then
571
+
572
+ npm prune --omit=dev
573
574
echo "creating .post_upgrade_complete file"
575
touch .post_upgrade_complete
576
echo "$(date +%s)" > update_date.txt
0 commit comments