From 311ea070b167ddc6d8de1f8922aed0d8b38025d7 Mon Sep 17 00:00:00 2001 From: koenkk Date: Tue, 14 Nov 2023 20:16:40 +0100 Subject: [PATCH] chore: Add build step to update script https://github.com/Koenkk/zigbee2mqtt/pull/19232 --- update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/update.sh b/update.sh index 77cb499841..3e209884ff 100755 --- a/update.sh +++ b/update.sh @@ -26,6 +26,9 @@ git pull echo "Installing dependencies..." npm ci +echo "Building..." +npm run build + echo "Restore configuration..." cp -R data-backup/* data rm -rf data-backup