From 17f76e594dc539b48b9348f3c9149a29db2b07c0 Mon Sep 17 00:00:00 2001 From: proddy Date: Mon, 22 Jun 2026 22:53:56 +0200 Subject: [PATCH] add comment --- scripts/update_all.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/update_all.sh b/scripts/update_all.sh index 64277f760..f6f34cb4a 100644 --- a/scripts/update_all.sh +++ b/scripts/update_all.sh @@ -25,6 +25,9 @@ pnpm build-webUI cd .. npx cspell "**" +# build files that go into docs folder # platformio run -e build_modbus # platformio run -e build_standalone + +# run tests # platformio run -e native-test -t exec