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